Shades of Lime Green #36B424
Tints of Lime Green #36B424
RGB
CMYK
RGB Variations
Color information
#36B424 (or 0x36B424) is known color: Lime Green. HEX triplet: 36, B4 and 24. RGB value is (54,180,36). Sum of RGB (Red+Green+Blue) = 54+180+36=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 180 (70.70% from 255 or 66.67% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 180 - color contains mainly: green. Hex color #36B424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36B424 is #C94BDB. Grayscale: #7E7E7E. Windows color (decimal): -13192156 or 2405430. OLE color: 2405430.
HSL color Cylindrical-coordinate representation of color #36B424: hue angle of 112.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36B424 is Cyan = 0.7, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 180 | 36 | - |
| CMYK | 0.7 | 0 | 0.8 | 0.29 |
| HSL | 112.5º | 0.67% | 0.42% | - |
| HSV(B) | 112.5º | 0.8% | 0.71% | - |
| XYZ | 18.16 | 33.55 | 7.19 | - |
| YUV | 125.91 | 77.26 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 180 | 36 | 0.7 | 0 | 0.8 | 0.29 | 112.5 | 0.67 | 0.42 |
| Hex | 36 | B4 | 24 | 46 | 0 | 50 | 1D | 70 | 43 | 2A |
| Octal | 66 | 264 | 44 | 106 | 0 | 120 | 35 | 160 | 103 | 52 |
| Binary | 110110 | 10110100 | 100100 | 1000110 | 0 | 1010000 | 11101 | 1110000 | 1000011 | 101010 |
Color Harmonies of #36B424
Complementary color
Monochromatic Colors of #36B424
Black with #36B424
Text Example
Text Example
White with #36B424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B424; }
p { color: rgb(54,180,36); }
H1.HeaderClassName
{
color: #36B424;
}
.AnyTagClassName
{
color: #36B424;
}
</style>
background-color css
<style>
a { background-color: #36B424; }
a { background-color: rgb(54,180,36); }
div.DivClassName
{
background-color: #36B424;
}
.BgClassName
{
background-color: #36B424;
}
</style>
border-color css
<style>
span { border-color: #36B424; }
span { border-color: rgb(54,180,36); }
td.TdClassName
{
border-color: #36B424;
}
.TagClassName
{
border-color: #36B424;
}
</style>