#36C94C

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

Shades of Lime Green #36C94C

Tints of Lime Green #36C94C

Color information

#36C94C (or 0x36C94C) is unknown color: approx Lime Green. HEX triplet: 36, C9 and 4C. RGB value is (54,201,76). Sum of RGB (Red+Green+Blue) = 54+201+76=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #36C94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C94C is #C936B3. Grayscale: #8F8F8F. Windows color (decimal): -13186740 or 5032246. OLE color: 5032246.

HSL color Cylindrical-coordinate representation of color #36C94C: hue angle of 128.98º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C94C is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB5420176-
CMYK0.7300.620.21
HSL128.98º57.65%50%-
HSV(B)128.98º73.13%78.82%-
XYZ23.7143.0813.9-
YUV142.890.364.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 201 (78.91% from 255) = 60.73%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=16.31%
G=60.73%
B=22.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal54201760.7300.620.21128.9857.6550
Hex36C94C4903E15813a32
Octal66311114111076252017262
Binary110110110010011001100100100101111101010110000001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,201,76); }

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

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

 a { background-color: rgb(54,201,76); }

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

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

 span { border-color: rgb(54,201,76); }

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