#36D12A

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

Shades of Lime Green #36D12A

Tints of Lime Green #36D12A

Color information

#36D12A (or 0x36D12A) is unknown color: approx Lime Green. HEX triplet: 36, D1 and 2A. RGB value is (54,209,42). Sum of RGB (Red+Green+Blue) = 54+209+42=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 209 (82.03% from 255 or 68.52% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 209 - color contains mainly: green. Hex color #36D12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D12A is #C92ED5. Grayscale: #909090. Windows color (decimal): -13184726 or 2806070. OLE color: 2806070.

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

Color convert

RGB5420942-
CMYK0.7400.800.18
HSL115.69º66.53%49.22%-
HSV(B)115.69º79.9%81.96%-
XYZ24.7446.559.87-
YUV143.6270.6564.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 209 (82.03% from 255) = 68.52%
BLUE value IS 42 (16.80% from 255) = 13.77%
R=17.70%
G=68.52%
B=13.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal54209420.7400.800.18115.6966.5349.22
Hex36D12A4A05012744331
Octal663215211201202216410361
Binary110110110100011010101001010010100001001011101001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,209,42); }

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

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

 a { background-color: rgb(54,209,42); }

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

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

 span { border-color: rgb(54,209,42); }

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