#38BA38

Color #38BA38 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #38BA38

Tints of Lime Green #38BA38

Color information

#38BA38 (or 0x38BA38) is unknown color: approx Lime Green. HEX triplet: 38, BA and 38. RGB value is (56,186,56). Sum of RGB (Red+Green+Blue) = 56+186+56=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA38 is #C745C7. Grayscale: #848484. Windows color (decimal): -13059528 or 3717688. OLE color: 3717688.

HSL color Cylindrical-coordinate representation of color #38BA38: hue angle of 120º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA38 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB5618656-
CMYK0.7000.700.27
HSL120º53.72%47.45%-
HSV(B)120º69.89%72.94%-
XYZ19.936.249.69-
YUV132.3184.9373.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 186 (73.05% from 255) = 62.42%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=18.79%
G=62.42%
B=18.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56186560.7000.700.2712053.7247.45
Hex38BA38460461B78362f
Octal70272701060106331706657
Binary11100010111010111000100011001000110110111111000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38BA38; }

 p { color: rgb(56,186,56); }

 H1.HeaderClassName
 {
   color: #38BA38;
 }
 .AnyTagClassName
 {
   color: #38BA38;
 }
</style>
background-color css

<style>
 a { background-color: #38BA38; }

 a { background-color: rgb(56,186,56); }

 div.DivClassName
 {
   background-color: #38BA38;
 }
 .BgClassName
 {
   background-color: #38BA38;
 }
</style>
border-color css

<style>
 span { border-color: #38BA38; }

 span { border-color: rgb(56,186,56); }

 td.TdClassName
 {
   border-color: #38BA38;
 }
 .TagClassName
 {
   border-color: #38BA38;
 }
</style>