Shades of Lime Green #36F240
Tints of Lime Green #36F240
RGB
CMYK
RGB Variations
Color information
#36F240 (or 0x36F240) is known color: Lime Green. HEX triplet: 36, F2 and 40. RGB value is (54,242,64). Sum of RGB (Red+Green+Blue) = 54+242+64=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #36F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F240 is #C90DBF. Grayscale: #A6A6A6. Windows color (decimal): -13176256 or 4256310. OLE color: 4256310.
HSL color Cylindrical-coordinate representation of color #36F240: hue angle of 123.19º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F240 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 64 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.05 |
| HSL | 123.19º | 0.88% | 0.58% | - |
| HSV(B) | 123.19º | 0.78% | 0.95% | - |
| XYZ | 34.2 | 64.66 | 15.53 | - |
| YUV | 165.5 | 70.72 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 64 | 0.78 | 0 | 0.74 | 0.05 | 123.19 | 0.88 | 0.58 |
| Hex | 36 | F2 | 40 | 4E | 0 | 4A | 5 | 7B | 58 | 3A |
| Octal | 66 | 362 | 100 | 116 | 0 | 112 | 5 | 173 | 130 | 72 |
| Binary | 110110 | 11110010 | 1000000 | 1001110 | 0 | 1001010 | 101 | 1111011 | 1011000 | 111010 |
Color Harmonies of #36F240
Complementary color
Monochromatic Colors of #36F240
Black with #36F240
Text Example
Text Example
White with #36F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F240; }
p { color: rgb(54,242,64); }
H1.HeaderClassName
{
color: #36F240;
}
.AnyTagClassName
{
color: #36F240;
}
</style>
background-color css
<style>
a { background-color: #36F240; }
a { background-color: rgb(54,242,64); }
div.DivClassName
{
background-color: #36F240;
}
.BgClassName
{
background-color: #36F240;
}
</style>
border-color css
<style>
span { border-color: #36F240; }
span { border-color: rgb(54,242,64); }
td.TdClassName
{
border-color: #36F240;
}
.TagClassName
{
border-color: #36F240;
}
</style>