Shades of Lime Green #36F84A
Tints of Lime Green #36F84A
RGB
CMYK
RGB Variations
Color information
#36F84A (or 0x36F84A) is known color: Lime Green. HEX triplet: 36, F8 and 4A. RGB value is (54,248,74). Sum of RGB (Red+Green+Blue) = 54+248+74=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 248 (97.27% from 255 or 65.96% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 248 - color contains mainly: green. Hex color #36F84A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F84A is #C907B5. Grayscale: #AAAAAA. Windows color (decimal): -13174710 or 4913206. OLE color: 4913206.
HSL color Cylindrical-coordinate representation of color #36F84A: hue angle of 126.19º 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 #36F84A is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 248 | 74 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.03 |
| HSL | 126.19º | 0.93% | 0.59% | - |
| HSV(B) | 126.19º | 0.78% | 0.97% | - |
| XYZ | 36.32 | 68.41 | 17.77 | - |
| YUV | 170.16 | 73.73 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 248 | 74 | 0.78 | 0 | 0.70 | 0.03 | 126.19 | 0.93 | 0.59 |
| Hex | 36 | F8 | 4A | 4E | 0 | 46 | 3 | 7E | 5D | 3B |
| Octal | 66 | 370 | 112 | 116 | 0 | 106 | 3 | 176 | 135 | 73 |
| Binary | 110110 | 11111000 | 1001010 | 1001110 | 0 | 1000110 | 11 | 1111110 | 1011101 | 111011 |
Color Harmonies of #36F84A
Complementary color
Monochromatic Colors of #36F84A
Black with #36F84A
Text Example
Text Example
White with #36F84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F84A; }
p { color: rgb(54,248,74); }
H1.HeaderClassName
{
color: #36F84A;
}
.AnyTagClassName
{
color: #36F84A;
}
</style>
background-color css
<style>
a { background-color: #36F84A; }
a { background-color: rgb(54,248,74); }
div.DivClassName
{
background-color: #36F84A;
}
.BgClassName
{
background-color: #36F84A;
}
</style>
border-color css
<style>
span { border-color: #36F84A; }
span { border-color: rgb(54,248,74); }
td.TdClassName
{
border-color: #36F84A;
}
.TagClassName
{
border-color: #36F84A;
}
</style>