Shades of Lime Green #36F84C
Tints of Lime Green #36F84C
RGB
CMYK
RGB Variations
Color information
#36F84C (or 0x36F84C) is known color: Lime Green. HEX triplet: 36, F8 and 4C. RGB value is (54,248,76). Sum of RGB (Red+Green+Blue) = 54+248+76=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 248 (97.27% from 255 or 65.61% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 248 - color contains mainly: green. Hex color #36F84C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F84C is #C907B3. Grayscale: #AAAAAA. Windows color (decimal): -13174708 or 5044278. OLE color: 5044278.
HSL color Cylindrical-coordinate representation of color #36F84C: hue angle of 126.8º 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 #36F84C is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 248 | 76 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.03 |
| HSL | 126.8º | 0.93% | 0.59% | - |
| HSV(B) | 126.8º | 0.78% | 0.97% | - |
| XYZ | 36.39 | 68.44 | 18.13 | - |
| YUV | 170.39 | 74.73 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 248 | 76 | 0.78 | 0 | 0.69 | 0.03 | 126.8 | 0.93 | 0.59 |
| Hex | 36 | F8 | 4C | 4E | 0 | 45 | 3 | 7F | 5D | 3B |
| Octal | 66 | 370 | 114 | 116 | 0 | 105 | 3 | 177 | 135 | 73 |
| Binary | 110110 | 11111000 | 1001100 | 1001110 | 0 | 1000101 | 11 | 1111111 | 1011101 | 111011 |
Color Harmonies of #36F84C
Complementary color
Monochromatic Colors of #36F84C
Black with #36F84C
Text Example
Text Example
White with #36F84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F84C; }
p { color: rgb(54,248,76); }
H1.HeaderClassName
{
color: #36F84C;
}
.AnyTagClassName
{
color: #36F84C;
}
</style>
background-color css
<style>
a { background-color: #36F84C; }
a { background-color: rgb(54,248,76); }
div.DivClassName
{
background-color: #36F84C;
}
.BgClassName
{
background-color: #36F84C;
}
</style>
border-color css
<style>
span { border-color: #36F84C; }
span { border-color: rgb(54,248,76); }
td.TdClassName
{
border-color: #36F84C;
}
.TagClassName
{
border-color: #36F84C;
}
</style>