#36c94a

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

Shades of Lime Green #36C94A

Tints of Lime Green #36C94A

Color information

#36C94A (or 0x36C94A) is unknown color: approx Lime Green. HEX triplet: 36, C9 and 4A. RGB value is (54,201,74). Sum of RGB (Red+Green+Blue) = 54+201+74=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 201 (78.91% from 255 or 61.09% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 201 - color contains mainly: green. Hex color #36C94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C94A is #C936B5. Grayscale: #8E8E8E. Windows color (decimal): -13186742 or 4901174. OLE color: 4901174.

HSL color Cylindrical-coordinate representation of color #36C94A: hue angle of 128.16º 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 #36C94A is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB5420174-
CMYK0.7300.630.21
HSL128.16º57.65%50%-
HSV(B)128.16º73.13%78.82%-
XYZ23.6443.0513.54-
YUV142.5789.364.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 201 (78.91% from 255) = 61.09%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=16.41%
G=61.09%
B=22.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal54201740.7300.630.21128.1657.6550
Hex36C94A4903F15803a32
Octal66311112111077252007262
Binary110110110010011001010100100101111111010110000000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36c94a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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