#36C752

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

Shades of Lime Green #36C752

Tints of Lime Green #36C752

Color information

#36C752 (or 0x36C752) is unknown color: approx Lime Green. HEX triplet: 36, C7 and 52. RGB value is (54,199,82). Sum of RGB (Red+Green+Blue) = 54+199+82=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 199 (78.12% from 255 or 59.40% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 199 - color contains mainly: green. Hex color #36C752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C752 is #C938AD. Grayscale: #8E8E8E. Windows color (decimal): -13187246 or 5424950. OLE color: 5424950.

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

Color convert

RGB5419982-
CMYK0.7300.590.22
HSL131.59º57.31%49.61%-
HSV(B)131.59º72.86%78.04%-
XYZ23.4742.2414.9-
YUV142.3193.9665.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 199 (78.12% from 255) = 59.40%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=16.12%
G=59.40%
B=24.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54199820.7300.590.22131.5957.3149.61
Hex36C7524903B16843932
Octal66307122111073262047162
Binary110110110001111010010100100101110111011010000100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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