#36CA1A

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

Shades of Lime Green #36CA1A

Tints of Lime Green #36CA1A

Color information

#36CA1A (or 0x36CA1A) is unknown color: approx Lime Green. HEX triplet: 36, CA and 1A. RGB value is (54,202,26). Sum of RGB (Red+Green+Blue) = 54+202+26=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #36CA1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CA1A is #C935E5. Grayscale: #8A8A8A. Windows color (decimal): -13186534 or 1755702. OLE color: 1755702.

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

Color convert

RGB5420226-
CMYK0.7300.870.21
HSL110.45º77.19%44.71%-
HSV(B)110.45º87.13%79.22%-
XYZ22.8343.18.09-
YUV137.6864.9768.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 202 (79.30% from 255) = 71.63%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=19.15%
G=71.63%
B=9.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal54202260.7300.870.21110.4577.1944.71
Hex36CA1A49057156e4d2d
Octal663123211101272515611555
Binary11011011001010110101001001010101111010111011101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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