Shades of Lime Green #36FE3F
Tints of Lime Green #36FE3F
RGB
CMYK
RGB Variations
Color information
#36FE3F (or 0x36FE3F) is known color: Lime Green. HEX triplet: 36, FE and 3F. RGB value is (54,254,63). Sum of RGB (Red+Green+Blue) = 54+254+63=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FE3F is #C901C0. Grayscale: #ACACAC. Windows color (decimal): -13173185 or 4193846. OLE color: 4193846.
HSL color Cylindrical-coordinate representation of color #36FE3F: hue angle of 122.7º 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 #36FE3F is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 63 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.00 |
| HSL | 122.7º | 0.99% | 0.6% | - |
| HSV(B) | 122.7º | 0.79% | 1% | - |
| XYZ | 37.86 | 72.03 | 16.61 | - |
| YUV | 172.43 | 66.24 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 63 | 0.79 | 0 | 0.75 | 0.00 | 122.7 | 0.99 | 0.6 |
| Hex | 36 | FE | 3F | 4F | 0 | 4B | 0 | 7B | 63 | 3C |
| Octal | 66 | 376 | 77 | 117 | 0 | 113 | 0 | 173 | 143 | 74 |
| Binary | 110110 | 11111110 | 111111 | 1001111 | 0 | 1001011 | 0 | 1111011 | 1100011 | 111100 |
Color Harmonies of #36FE3F
Complementary color
Monochromatic Colors of #36FE3F
Black with #36FE3F
Text Example
Text Example
White with #36FE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE3F; }
p { color: rgb(54,254,63); }
H1.HeaderClassName
{
color: #36FE3F;
}
.AnyTagClassName
{
color: #36FE3F;
}
</style>
background-color css
<style>
a { background-color: #36FE3F; }
a { background-color: rgb(54,254,63); }
div.DivClassName
{
background-color: #36FE3F;
}
.BgClassName
{
background-color: #36FE3F;
}
</style>
border-color css
<style>
span { border-color: #36FE3F; }
span { border-color: rgb(54,254,63); }
td.TdClassName
{
border-color: #36FE3F;
}
.TagClassName
{
border-color: #36FE3F;
}
</style>