Shades of Lime Green #36F03C
Tints of Lime Green #36F03C
RGB
CMYK
RGB Variations
Color information
#36F03C (or 0x36F03C) is known color: Lime Green. HEX triplet: 36, F0 and 3C. RGB value is (54,240,60). Sum of RGB (Red+Green+Blue) = 54+240+60=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #36F03C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F03C is #C90FC3. Grayscale: #A4A4A4. Windows color (decimal): -13176772 or 3993654. OLE color: 3993654.
HSL color Cylindrical-coordinate representation of color #36F03C: hue angle of 121.94º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36F03C is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 240 | 60 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.06 |
| HSL | 121.94º | 0.86% | 0.58% | - |
| HSV(B) | 121.94º | 0.78% | 0.94% | - |
| XYZ | 33.5 | 63.43 | 14.75 | - |
| YUV | 163.87 | 69.38 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 240 | 60 | 0.78 | 0 | 0.75 | 0.06 | 121.94 | 0.86 | 0.58 |
| Hex | 36 | F0 | 3C | 4E | 0 | 4B | 6 | 7A | 56 | 3A |
| Octal | 66 | 360 | 74 | 116 | 0 | 113 | 6 | 172 | 126 | 72 |
| Binary | 110110 | 11110000 | 111100 | 1001110 | 0 | 1001011 | 110 | 1111010 | 1010110 | 111010 |
Color Harmonies of #36F03C
Complementary color
Monochromatic Colors of #36F03C
Black with #36F03C
Text Example
Text Example
White with #36F03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F03C; }
p { color: rgb(54,240,60); }
H1.HeaderClassName
{
color: #36F03C;
}
.AnyTagClassName
{
color: #36F03C;
}
</style>
background-color css
<style>
a { background-color: #36F03C; }
a { background-color: rgb(54,240,60); }
div.DivClassName
{
background-color: #36F03C;
}
.BgClassName
{
background-color: #36F03C;
}
</style>
border-color css
<style>
span { border-color: #36F03C; }
span { border-color: rgb(54,240,60); }
td.TdClassName
{
border-color: #36F03C;
}
.TagClassName
{
border-color: #36F03C;
}
</style>