Shades of Lime Green #36C431
Tints of Lime Green #36C431
RGB
CMYK
RGB Variations
Color information
#36C431 (or 0x36C431) is known color: Lime Green. HEX triplet: 36, C4 and 31. RGB value is (54,196,49). Sum of RGB (Red+Green+Blue) = 54+196+49=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 196 (76.95% from 255 or 65.55% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 196 - color contains mainly: green. Hex color #36C431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C431 is #C93BCE. Grayscale: #898989. Windows color (decimal): -13188047 or 3261494. OLE color: 3261494.
HSL color Cylindrical-coordinate representation of color #36C431: hue angle of 117.96º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36C431 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 196 | 49 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.23 |
| HSL | 117.96º | 0.6% | 0.48% | - |
| HSV(B) | 117.96º | 0.75% | 0.77% | - |
| XYZ | 21.82 | 40.49 | 9.57 | - |
| YUV | 136.78 | 78.46 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 196 | 49 | 0.72 | 0 | 0.75 | 0.23 | 117.96 | 0.6 | 0.48 |
| Hex | 36 | C4 | 31 | 48 | 0 | 4B | 17 | 76 | 3C | 30 |
| Octal | 66 | 304 | 61 | 110 | 0 | 113 | 27 | 166 | 74 | 60 |
| Binary | 110110 | 11000100 | 110001 | 1001000 | 0 | 1001011 | 10111 | 1110110 | 111100 | 110000 |
Color Harmonies of #36C431
Complementary color
Monochromatic Colors of #36C431
Black with #36C431
Text Example
Text Example
White with #36C431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C431; }
p { color: rgb(54,196,49); }
H1.HeaderClassName
{
color: #36C431;
}
.AnyTagClassName
{
color: #36C431;
}
</style>
background-color css
<style>
a { background-color: #36C431; }
a { background-color: rgb(54,196,49); }
div.DivClassName
{
background-color: #36C431;
}
.BgClassName
{
background-color: #36C431;
}
</style>
border-color css
<style>
span { border-color: #36C431; }
span { border-color: rgb(54,196,49); }
td.TdClassName
{
border-color: #36C431;
}
.TagClassName
{
border-color: #36C431;
}
</style>