Shades of Lime Green #36FD3C
Tints of Lime Green #36FD3C
RGB
CMYK
RGB Variations
Color information
#36FD3C (or 0x36FD3C) is known color: Lime Green. HEX triplet: 36, FD and 3C. RGB value is (54,253,60). Sum of RGB (Red+Green+Blue) = 54+253+60=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 253 (99.22% from 255 or 68.94% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 253 - color contains mainly: green. Hex color #36FD3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FD3C is #C902C3. Grayscale: #ACACAC. Windows color (decimal): -13173444 or 3996982. OLE color: 3996982.
HSL color Cylindrical-coordinate representation of color #36FD3C: hue angle of 121.81º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FD3C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 253 | 60 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.01 |
| HSL | 121.81º | 0.98% | 0.6% | - |
| HSV(B) | 121.81º | 0.79% | 0.99% | - |
| XYZ | 37.46 | 71.36 | 16.07 | - |
| YUV | 171.5 | 65.07 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 253 | 60 | 0.79 | 0 | 0.76 | 0.01 | 121.81 | 0.98 | 0.6 |
| Hex | 36 | FD | 3C | 4F | 0 | 4C | 1 | 7A | 62 | 3C |
| Octal | 66 | 375 | 74 | 117 | 0 | 114 | 1 | 172 | 142 | 74 |
| Binary | 110110 | 11111101 | 111100 | 1001111 | 0 | 1001100 | 1 | 1111010 | 1100010 | 111100 |
Color Harmonies of #36FD3C
Complementary color
Monochromatic Colors of #36FD3C
Black with #36FD3C
Text Example
Text Example
White with #36FD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FD3C; }
p { color: rgb(54,253,60); }
H1.HeaderClassName
{
color: #36FD3C;
}
.AnyTagClassName
{
color: #36FD3C;
}
</style>
background-color css
<style>
a { background-color: #36FD3C; }
a { background-color: rgb(54,253,60); }
div.DivClassName
{
background-color: #36FD3C;
}
.BgClassName
{
background-color: #36FD3C;
}
</style>
border-color css
<style>
span { border-color: #36FD3C; }
span { border-color: rgb(54,253,60); }
td.TdClassName
{
border-color: #36FD3C;
}
.TagClassName
{
border-color: #36FD3C;
}
</style>