Shades of Lime Green #36E51C
Tints of Lime Green #36E51C
RGB
CMYK
RGB Variations
Color information
#36E51C (or 0x36E51C) is known color: Lime Green. HEX triplet: 36, E5 and 1C. RGB value is (54,229,28). Sum of RGB (Red+Green+Blue) = 54+229+28=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 229 (89.84% from 255 or 73.63% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 229 - color contains mainly: green. Hex color #36E51C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E51C is #C91AE3. Grayscale: #9A9A9A. Windows color (decimal): -13179620 or 1893686. OLE color: 1893686.
HSL color Cylindrical-coordinate representation of color #36E51C: hue angle of 112.24º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36E51C is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 229 | 28 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.10 |
| HSL | 112.24º | 0.79% | 0.5% | - |
| HSV(B) | 112.24º | 0.88% | 0.9% | - |
| XYZ | 29.75 | 56.91 | 10.51 | - |
| YUV | 153.76 | 57.02 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 229 | 28 | 0.76 | 0 | 0.88 | 0.10 | 112.24 | 0.79 | 0.5 |
| Hex | 36 | E5 | 1C | 4C | 0 | 58 | A | 70 | 4F | 32 |
| Octal | 66 | 345 | 34 | 114 | 0 | 130 | 12 | 160 | 117 | 62 |
| Binary | 110110 | 11100101 | 11100 | 1001100 | 0 | 1011000 | 1010 | 1110000 | 1001111 | 110010 |
Color Harmonies of #36E51C
Complementary color
Monochromatic Colors of #36E51C
Black with #36E51C
Text Example
Text Example
White with #36E51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E51C; }
p { color: rgb(54,229,28); }
H1.HeaderClassName
{
color: #36E51C;
}
.AnyTagClassName
{
color: #36E51C;
}
</style>
background-color css
<style>
a { background-color: #36E51C; }
a { background-color: rgb(54,229,28); }
div.DivClassName
{
background-color: #36E51C;
}
.BgClassName
{
background-color: #36E51C;
}
</style>
border-color css
<style>
span { border-color: #36E51C; }
span { border-color: rgb(54,229,28); }
td.TdClassName
{
border-color: #36E51C;
}
.TagClassName
{
border-color: #36E51C;
}
</style>