Shades of Lime Green #36C528
Tints of Lime Green #36C528
RGB
CMYK
RGB Variations
Color information
#36C528 (or 0x36C528) is known color: Lime Green. HEX triplet: 36, C5 and 28. RGB value is (54,197,40). Sum of RGB (Red+Green+Blue) = 54+197+40=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 197 (77.34% from 255 or 67.70% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 197 - color contains mainly: green. Hex color #36C528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C528 is #C93AD7. Grayscale: #888888. Windows color (decimal): -13187800 or 2671926. OLE color: 2671926.
HSL color Cylindrical-coordinate representation of color #36C528: hue angle of 114.65º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36C528 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 197 | 40 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.23 |
| HSL | 114.65º | 0.66% | 0.46% | - |
| HSV(B) | 114.65º | 0.8% | 0.77% | - |
| XYZ | 21.87 | 40.87 | 8.74 | - |
| YUV | 136.35 | 73.62 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 197 | 40 | 0.73 | 0 | 0.80 | 0.23 | 114.65 | 0.66 | 0.46 |
| Hex | 36 | C5 | 28 | 49 | 0 | 50 | 17 | 73 | 42 | 2E |
| Octal | 66 | 305 | 50 | 111 | 0 | 120 | 27 | 163 | 102 | 56 |
| Binary | 110110 | 11000101 | 101000 | 1001001 | 0 | 1010000 | 10111 | 1110011 | 1000010 | 101110 |
Color Harmonies of #36C528
Complementary color
Monochromatic Colors of #36C528
Black with #36C528
Text Example
Text Example
White with #36C528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C528; }
p { color: rgb(54,197,40); }
H1.HeaderClassName
{
color: #36C528;
}
.AnyTagClassName
{
color: #36C528;
}
</style>
background-color css
<style>
a { background-color: #36C528; }
a { background-color: rgb(54,197,40); }
div.DivClassName
{
background-color: #36C528;
}
.BgClassName
{
background-color: #36C528;
}
</style>
border-color css
<style>
span { border-color: #36C528; }
span { border-color: rgb(54,197,40); }
td.TdClassName
{
border-color: #36C528;
}
.TagClassName
{
border-color: #36C528;
}
</style>