#36E138

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

Shades of Lime Green #36E138

Tints of Lime Green #36E138

Color information

#36E138 (or 0x36E138) is unknown color: approx Lime Green. HEX triplet: 36, E1 and 38. RGB value is (54,225,56). Sum of RGB (Red+Green+Blue) = 54+225+56=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #36E138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E138 is #C91EC7. Grayscale: #9B9B9B. Windows color (decimal): -13180616 or 3727670. OLE color: 3727670.

HSL color Cylindrical-coordinate representation of color #36E138: hue angle of 120.7º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E138 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB5422556-
CMYK0.7600.750.12
HSL120.7º74.03%54.71%-
HSV(B)120.7º76%88.24%-
XYZ29.1654.9212.81-
YUV154.6172.3556.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 225 (88.28% from 255) = 67.16%
BLUE value IS 56 (22.27% from 255) = 16.72%
R=16.12%
G=67.16%
B=16.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal54225560.7600.750.12120.774.0354.71
Hex36E1384C04BC794a37
Octal663417011401131417111267
Binary11011011100001111000100110001001011110011110011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36E138; }

 p { color: rgb(54,225,56); }

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

<style>
 a { background-color: #36E138; }

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

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

<style>
 span { border-color: #36E138; }

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

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