#36D045

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

Shades of Lime Green #36D045

Tints of Lime Green #36D045

Color information

#36D045 (or 0x36D045) is unknown color: approx Lime Green. HEX triplet: 36, D0 and 45. RGB value is (54,208,69). Sum of RGB (Red+Green+Blue) = 54+208+69=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #36D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D045 is #C92FBA. Grayscale: #929292. Windows color (decimal): -13184955 or 4575286. OLE color: 4575286.

HSL color Cylindrical-coordinate representation of color #36D045: hue angle of 125.84º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D045 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB5420869-
CMYK0.7400.670.18
HSL125.84º62.1%51.37%-
HSV(B)125.84º74.04%81.57%-
XYZ25.1546.3313.25-
YUV146.1184.4862.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 208 (81.64% from 255) = 62.84%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=16.31%
G=62.84%
B=20.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal54208690.7400.670.18125.8462.151.37
Hex36D0454A043127e3e33
Octal663201051120103221767663
Binary110110110100001000101100101001000011100101111110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,208,69); }

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

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

 a { background-color: rgb(54,208,69); }

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

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

 span { border-color: rgb(54,208,69); }

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