#36C742

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

Shades of Lime Green #36C742

Tints of Lime Green #36C742

Color information

#36C742 (or 0x36C742) is unknown color: approx Lime Green. HEX triplet: 36, C7 and 42. RGB value is (54,199,66). Sum of RGB (Red+Green+Blue) = 54+199+66=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 199 (78.12% from 255 or 62.38% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 199 - color contains mainly: green. Hex color #36C742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C742 is #C938BD. Grayscale: #8C8C8C. Windows color (decimal): -13187262 or 4376374. OLE color: 4376374.

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

Color convert

RGB5419966-
CMYK0.7300.670.22
HSL124.97º57.31%49.61%-
HSV(B)124.97º72.86%78.04%-
XYZ22.9342.0212.06-
YUV140.4885.9666.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 199 (78.12% from 255) = 62.38%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=16.93%
G=62.38%
B=20.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54199660.7300.670.22124.9757.3149.61
Hex36C74249043167d3932
Octal663071021110103261757162
Binary110110110001111000010100100101000011101101111101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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