#36C02F

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

Shades of Lime Green #36C02F

Tints of Lime Green #36C02F

Color information

#36C02F (or 0x36C02F) is unknown color: approx Lime Green. HEX triplet: 36, C0 and 2F. RGB value is (54,192,47). Sum of RGB (Red+Green+Blue) = 54+192+47=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #36C02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C02F is #C93FD0. Grayscale: #868686. Windows color (decimal): -13189073 or 3129398. OLE color: 3129398.

HSL color Cylindrical-coordinate representation of color #36C02F: hue angle of 117.1º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36C02F is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB5419247-
CMYK0.7200.760.25
HSL117.1º60.67%46.86%-
HSV(B)117.1º75.52%75.29%-
XYZ20.8838.699.06-
YUV134.2178.7870.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 192 (75.39% from 255) = 65.53%
BLUE value IS 47 (18.75% from 255) = 16.04%
R=18.43%
G=65.53%
B=16.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54192470.7200.760.25117.160.6746.86
Hex36C02F4804C19753d2f
Octal66300571100114311657557
Binary11011011000000101111100100001001100110011110101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,192,47); }

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

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

 a { background-color: rgb(54,192,47); }

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

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

 span { border-color: rgb(54,192,47); }

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