Shades of Lime Green #36F239
Tints of Lime Green #36F239
RGB
CMYK
RGB Variations
Color information
#36F239 (or 0x36F239) is known color: Lime Green. HEX triplet: 36, F2 and 39. RGB value is (54,242,57). Sum of RGB (Red+Green+Blue) = 54+242+57=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #36F239 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F239 is #C90DC6. Grayscale: #A5A5A5. Windows color (decimal): -13176263 or 3797558. OLE color: 3797558.
HSL color Cylindrical-coordinate representation of color #36F239: hue angle of 120.96º 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 #36F239 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 57 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.05 |
| HSL | 120.96º | 0.88% | 0.58% | - |
| HSV(B) | 120.96º | 0.78% | 0.95% | - |
| XYZ | 34.01 | 64.58 | 14.54 | - |
| YUV | 164.7 | 67.22 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 57 | 0.78 | 0 | 0.76 | 0.05 | 120.96 | 0.88 | 0.58 |
| Hex | 36 | F2 | 39 | 4E | 0 | 4C | 5 | 79 | 58 | 3A |
| Octal | 66 | 362 | 71 | 116 | 0 | 114 | 5 | 171 | 130 | 72 |
| Binary | 110110 | 11110010 | 111001 | 1001110 | 0 | 1001100 | 101 | 1111001 | 1011000 | 111010 |
Color Harmonies of #36F239
Complementary color
Monochromatic Colors of #36F239
Black with #36F239
Text Example
Text Example
White with #36F239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F239; }
p { color: rgb(54,242,57); }
H1.HeaderClassName
{
color: #36F239;
}
.AnyTagClassName
{
color: #36F239;
}
</style>
background-color css
<style>
a { background-color: #36F239; }
a { background-color: rgb(54,242,57); }
div.DivClassName
{
background-color: #36F239;
}
.BgClassName
{
background-color: #36F239;
}
</style>
border-color css
<style>
span { border-color: #36F239; }
span { border-color: rgb(54,242,57); }
td.TdClassName
{
border-color: #36F239;
}
.TagClassName
{
border-color: #36F239;
}
</style>