Shades of Lime Green #36F836
Tints of Lime Green #36F836
RGB
CMYK
RGB Variations
Color information
#36F836 (or 0x36F836) is known color: Lime Green. HEX triplet: 36, F8 and 36. RGB value is (54,248,54). Sum of RGB (Red+Green+Blue) = 54+248+54=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 248 (97.27% from 255 or 69.66% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 248 - color contains mainly: green. Hex color #36F836 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F836 is #C907C9. Grayscale: #A8A8A8. Windows color (decimal): -13174730 or 3602486. OLE color: 3602486.
HSL color Cylindrical-coordinate representation of color #36F836: hue angle of 120º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F836 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 248 | 54 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.03 |
| HSL | 120º | 0.93% | 0.59% | - |
| HSV(B) | 120º | 0.78% | 0.97% | - |
| XYZ | 35.75 | 68.19 | 14.77 | - |
| YUV | 167.88 | 63.73 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 248 | 54 | 0.78 | 0 | 0.78 | 0.03 | 120 | 0.93 | 0.59 |
| Hex | 36 | F8 | 36 | 4E | 0 | 4E | 3 | 78 | 5D | 3B |
| Octal | 66 | 370 | 66 | 116 | 0 | 116 | 3 | 170 | 135 | 73 |
| Binary | 110110 | 11111000 | 110110 | 1001110 | 0 | 1001110 | 11 | 1111000 | 1011101 | 111011 |
Color Harmonies of #36F836
Complementary color
Monochromatic Colors of #36F836
Black with #36F836
Text Example
Text Example
White with #36F836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F836; }
p { color: rgb(54,248,54); }
H1.HeaderClassName
{
color: #36F836;
}
.AnyTagClassName
{
color: #36F836;
}
</style>
background-color css
<style>
a { background-color: #36F836; }
a { background-color: rgb(54,248,54); }
div.DivClassName
{
background-color: #36F836;
}
.BgClassName
{
background-color: #36F836;
}
</style>
border-color css
<style>
span { border-color: #36F836; }
span { border-color: rgb(54,248,54); }
td.TdClassName
{
border-color: #36F836;
}
.TagClassName
{
border-color: #36F836;
}
</style>