#36C240

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

Shades of Lime Green #36C240

Tints of Lime Green #36C240

Color information

#36C240 (or 0x36C240) is unknown color: approx Lime Green. HEX triplet: 36, C2 and 40. RGB value is (54,194,64). Sum of RGB (Red+Green+Blue) = 54+194+64=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #36C240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C240 is #C93DBF. Grayscale: #898989. Windows color (decimal): -13188544 or 4244022. OLE color: 4244022.

HSL color Cylindrical-coordinate representation of color #36C240: hue angle of 124.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C240 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB5419464-
CMYK0.7200.670.24
HSL124.29º56.45%48.63%-
HSV(B)124.29º72.16%76.08%-
XYZ21.7439.7411.37-
YUV137.3286.6268.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.31%
GREEN value IS 194 (76.17% from 255) = 62.18%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=17.31%
G=62.18%
B=20.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54194640.7200.670.24124.2956.4548.63
Hex36C24048043187c3831
Octal663021001100103301747061
Binary110110110000101000000100100001000011110001111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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