Shades of Lime Green #36FE4A
Tints of Lime Green #36FE4A
RGB
CMYK
RGB Variations
Color information
#36FE4A (or 0x36FE4A) is known color: Lime Green. HEX triplet: 36, FE and 4A. RGB value is (54,254,74). Sum of RGB (Red+Green+Blue) = 54+254+74=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 254 (99.61% from 255 or 66.49% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FE4A is #C901B5. Grayscale: #AEAEAE. Windows color (decimal): -13173174 or 4914742. OLE color: 4914742.
HSL color Cylindrical-coordinate representation of color #36FE4A: hue angle of 126º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FE4A is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 74 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.00 |
| HSL | 126º | 0.99% | 0.6% | - |
| HSV(B) | 126º | 0.79% | 1% | - |
| XYZ | 38.2 | 72.16 | 18.39 | - |
| YUV | 173.68 | 71.74 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 74 | 0.79 | 0 | 0.71 | 0.00 | 126 | 0.99 | 0.6 |
| Hex | 36 | FE | 4A | 4F | 0 | 47 | 0 | 7E | 63 | 3C |
| Octal | 66 | 376 | 112 | 117 | 0 | 107 | 0 | 176 | 143 | 74 |
| Binary | 110110 | 11111110 | 1001010 | 1001111 | 0 | 1000111 | 0 | 1111110 | 1100011 | 111100 |
Color Harmonies of #36FE4A
Complementary color
Monochromatic Colors of #36FE4A
Black with #36FE4A
Text Example
Text Example
White with #36FE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE4A; }
p { color: rgb(54,254,74); }
H1.HeaderClassName
{
color: #36FE4A;
}
.AnyTagClassName
{
color: #36FE4A;
}
</style>
background-color css
<style>
a { background-color: #36FE4A; }
a { background-color: rgb(54,254,74); }
div.DivClassName
{
background-color: #36FE4A;
}
.BgClassName
{
background-color: #36FE4A;
}
</style>
border-color css
<style>
span { border-color: #36FE4A; }
span { border-color: rgb(54,254,74); }
td.TdClassName
{
border-color: #36FE4A;
}
.TagClassName
{
border-color: #36FE4A;
}
</style>