#36D41C

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

Shades of Lime Green #36D41C

Tints of Lime Green #36D41C

Color information

#36D41C (or 0x36D41C) is unknown color: approx Lime Green. HEX triplet: 36, D4 and 1C. RGB value is (54,212,28). Sum of RGB (Red+Green+Blue) = 54+212+28=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 212 (83.20% from 255 or 72.11% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 212 - color contains mainly: green. Hex color #36D41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D41C is #C92BE3. Grayscale: #909090. Windows color (decimal): -13183972 or 1889334. OLE color: 1889334.

HSL color Cylindrical-coordinate representation of color #36D41C: hue angle of 111.52º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36D41C is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB5421228-
CMYK0.7500.870.17
HSL111.52º76.67%47.06%-
HSV(B)111.52º86.79%83.14%-
XYZ25.2747.969.02-
YUV143.7862.6563.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 212 (83.20% from 255) = 72.11%
BLUE value IS 28 (11.33% from 255) = 9.52%
R=18.37%
G=72.11%
B=9.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal54212280.7500.870.17111.5276.6747.06
Hex36D41C4B05711704d2f
Octal663243411301272116011557
Binary11011011010100111001001011010101111000111100001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,212,28); }

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

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

 a { background-color: rgb(54,212,28); }

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

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

 span { border-color: rgb(54,212,28); }

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