Shades of Lime Green #36F024
Tints of Lime Green #36F024
RGB
CMYK
RGB Variations
Color information
#36F024 (or 0x36F024) is known color: Lime Green. HEX triplet: 36, F0 and 24. RGB value is (54,240,36). Sum of RGB (Red+Green+Blue) = 54+240+36=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 240 (94.14% from 255 or 72.73% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 240 - color contains mainly: green. Hex color #36F024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F024 is #C90FDB. Grayscale: #A1A1A1. Windows color (decimal): -13176796 or 2420790. OLE color: 2420790.
HSL color Cylindrical-coordinate representation of color #36F024: hue angle of 114.71º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36F024 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 240 | 36 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.06 |
| HSL | 114.71º | 0.87% | 0.54% | - |
| HSV(B) | 114.71º | 0.85% | 0.94% | - |
| XYZ | 33 | 63.23 | 12.13 | - |
| YUV | 161.13 | 57.38 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 240 | 36 | 0.78 | 0 | 0.85 | 0.06 | 114.71 | 0.87 | 0.54 |
| Hex | 36 | F0 | 24 | 4E | 0 | 55 | 6 | 73 | 57 | 36 |
| Octal | 66 | 360 | 44 | 116 | 0 | 125 | 6 | 163 | 127 | 66 |
| Binary | 110110 | 11110000 | 100100 | 1001110 | 0 | 1010101 | 110 | 1110011 | 1010111 | 110110 |
Color Harmonies of #36F024
Complementary color
Monochromatic Colors of #36F024
Black with #36F024
Text Example
Text Example
White with #36F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F024; }
p { color: rgb(54,240,36); }
H1.HeaderClassName
{
color: #36F024;
}
.AnyTagClassName
{
color: #36F024;
}
</style>
background-color css
<style>
a { background-color: #36F024; }
a { background-color: rgb(54,240,36); }
div.DivClassName
{
background-color: #36F024;
}
.BgClassName
{
background-color: #36F024;
}
</style>
border-color css
<style>
span { border-color: #36F024; }
span { border-color: rgb(54,240,36); }
td.TdClassName
{
border-color: #36F024;
}
.TagClassName
{
border-color: #36F024;
}
</style>