Shades of Lime Green #36FE3C
Tints of Lime Green #36FE3C
RGB
CMYK
RGB Variations
Color information
#36FE3C (or 0x36FE3C) is known color: Lime Green. HEX triplet: 36, FE and 3C. RGB value is (54,254,60). Sum of RGB (Red+Green+Blue) = 54+254+60=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FE3C is #C901C3. Grayscale: #ACACAC. Windows color (decimal): -13173188 or 3997238. OLE color: 3997238.
HSL color Cylindrical-coordinate representation of color #36FE3C: hue angle of 121.8º 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 #36FE3C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 60 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.00 |
| HSL | 121.8º | 0.99% | 0.6% | - |
| HSV(B) | 121.8º | 0.79% | 1% | - |
| XYZ | 37.78 | 71.99 | 16.18 | - |
| YUV | 172.08 | 64.74 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 60 | 0.79 | 0 | 0.76 | 0.00 | 121.8 | 0.99 | 0.6 |
| Hex | 36 | FE | 3C | 4F | 0 | 4C | 0 | 7A | 63 | 3C |
| Octal | 66 | 376 | 74 | 117 | 0 | 114 | 0 | 172 | 143 | 74 |
| Binary | 110110 | 11111110 | 111100 | 1001111 | 0 | 1001100 | 0 | 1111010 | 1100011 | 111100 |
Color Harmonies of #36FE3C
Complementary color
Monochromatic Colors of #36FE3C
Black with #36FE3C
Text Example
Text Example
White with #36FE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE3C; }
p { color: rgb(54,254,60); }
H1.HeaderClassName
{
color: #36FE3C;
}
.AnyTagClassName
{
color: #36FE3C;
}
</style>
background-color css
<style>
a { background-color: #36FE3C; }
a { background-color: rgb(54,254,60); }
div.DivClassName
{
background-color: #36FE3C;
}
.BgClassName
{
background-color: #36FE3C;
}
</style>
border-color css
<style>
span { border-color: #36FE3C; }
span { border-color: rgb(54,254,60); }
td.TdClassName
{
border-color: #36FE3C;
}
.TagClassName
{
border-color: #36FE3C;
}
</style>