#36CA3C

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

Shades of Lime Green #36CA3C

Tints of Lime Green #36CA3C

Color information

#36CA3C (or 0x36CA3C) is unknown color: approx Lime Green. HEX triplet: 36, CA and 3C. RGB value is (54,202,60). Sum of RGB (Red+Green+Blue) = 54+202+60=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #36CA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CA3C is #C935C3. Grayscale: #8D8D8D. Windows color (decimal): -13186500 or 3983926. OLE color: 3983926.

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

Color convert

RGB5420260-
CMYK0.7300.700.21
HSL122.43º58.27%50.2%-
HSV(B)122.43º73.27%79.22%-
XYZ23.4643.3511.41-
YUV141.5681.9765.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 202 (79.30% from 255) = 63.92%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=17.09%
G=63.92%
B=18.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal54202600.7300.700.21122.4358.2750.2
Hex36CA3C49046157a3a32
Octal66312741110106251727262
Binary11011011001010111100100100101000110101011111010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,202,60); }

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

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

 a { background-color: rgb(54,202,60); }

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

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

 span { border-color: rgb(54,202,60); }

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