Shades of Lime Green #36FE3E
Tints of Lime Green #36FE3E
RGB
CMYK
RGB Variations
Color information
#36FE3E (or 0x36FE3E) is known color: Lime Green. HEX triplet: 36, FE and 3E. RGB value is (54,254,62). Sum of RGB (Red+Green+Blue) = 54+254+62=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 254 (99.61% from 255 or 68.65% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FE3E is #C901C1. Grayscale: #ACACAC. Windows color (decimal): -13173186 or 4128310. OLE color: 4128310.
HSL color Cylindrical-coordinate representation of color #36FE3E: hue angle of 122.4º 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 #36FE3E is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 62 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.00 |
| HSL | 122.4º | 0.99% | 0.6% | - |
| HSV(B) | 122.4º | 0.79% | 1% | - |
| XYZ | 37.83 | 72.02 | 16.46 | - |
| YUV | 172.31 | 65.74 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 62 | 0.79 | 0 | 0.76 | 0.00 | 122.4 | 0.99 | 0.6 |
| Hex | 36 | FE | 3E | 4F | 0 | 4C | 0 | 7A | 63 | 3C |
| Octal | 66 | 376 | 76 | 117 | 0 | 114 | 0 | 172 | 143 | 74 |
| Binary | 110110 | 11111110 | 111110 | 1001111 | 0 | 1001100 | 0 | 1111010 | 1100011 | 111100 |
Color Harmonies of #36FE3E
Complementary color
Monochromatic Colors of #36FE3E
Black with #36FE3E
Text Example
Text Example
White with #36FE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE3E; }
p { color: rgb(54,254,62); }
H1.HeaderClassName
{
color: #36FE3E;
}
.AnyTagClassName
{
color: #36FE3E;
}
</style>
background-color css
<style>
a { background-color: #36FE3E; }
a { background-color: rgb(54,254,62); }
div.DivClassName
{
background-color: #36FE3E;
}
.BgClassName
{
background-color: #36FE3E;
}
</style>
border-color css
<style>
span { border-color: #36FE3E; }
span { border-color: rgb(54,254,62); }
td.TdClassName
{
border-color: #36FE3E;
}
.TagClassName
{
border-color: #36FE3E;
}
</style>