#36C740

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

Shades of Lime Green #36C740

Tints of Lime Green #36C740

Color information

#36C740 (or 0x36C740) is unknown color: approx Lime Green. HEX triplet: 36, C7 and 40. RGB value is (54,199,64). Sum of RGB (Red+Green+Blue) = 54+199+64=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #36C740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C740 is #C938BF. Grayscale: #8C8C8C. Windows color (decimal): -13187264 or 4245302. OLE color: 4245302.

HSL color Cylindrical-coordinate representation of color #36C740: hue angle of 124.14º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C740 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB5419964-
CMYK0.7300.680.22
HSL124.14º57.31%49.61%-
HSV(B)124.14º72.86%78.04%-
XYZ22.874211.75-
YUV140.2684.9666.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.03%
GREEN value IS 199 (78.12% from 255) = 62.78%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=17.03%
G=62.78%
B=20.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54199640.7300.680.22124.1457.3149.61
Hex36C74049044167c3932
Octal663071001110104261747162
Binary110110110001111000000100100101000100101101111100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,199,64); }

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

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

 a { background-color: rgb(54,199,64); }

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

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

 span { border-color: rgb(54,199,64); }

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