Shades of Lime Green #36F04C
Tints of Lime Green #36F04C
RGB
CMYK
RGB Variations
Color information
#36F04C (or 0x36F04C) is known color: Lime Green. HEX triplet: 36, F0 and 4C. RGB value is (54,240,76). Sum of RGB (Red+Green+Blue) = 54+240+76=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #36F04C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F04C is #C90FB3. Grayscale: #A6A6A6. Windows color (decimal): -13176756 or 5042230. OLE color: 5042230.
HSL color Cylindrical-coordinate representation of color #36F04C: hue angle of 127.1º 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 #36F04C is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 240 | 76 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.06 |
| HSL | 127.1º | 0.86% | 0.58% | - |
| HSV(B) | 127.1º | 0.78% | 0.94% | - |
| XYZ | 33.99 | 63.63 | 17.33 | - |
| YUV | 165.69 | 77.38 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 240 | 76 | 0.78 | 0 | 0.68 | 0.06 | 127.1 | 0.86 | 0.58 |
| Hex | 36 | F0 | 4C | 4E | 0 | 44 | 6 | 7F | 56 | 3A |
| Octal | 66 | 360 | 114 | 116 | 0 | 104 | 6 | 177 | 126 | 72 |
| Binary | 110110 | 11110000 | 1001100 | 1001110 | 0 | 1000100 | 110 | 1111111 | 1010110 | 111010 |
Color Harmonies of #36F04C
Complementary color
Monochromatic Colors of #36F04C
Black with #36F04C
Text Example
Text Example
White with #36F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F04C; }
p { color: rgb(54,240,76); }
H1.HeaderClassName
{
color: #36F04C;
}
.AnyTagClassName
{
color: #36F04C;
}
</style>
background-color css
<style>
a { background-color: #36F04C; }
a { background-color: rgb(54,240,76); }
div.DivClassName
{
background-color: #36F04C;
}
.BgClassName
{
background-color: #36F04C;
}
</style>
border-color css
<style>
span { border-color: #36F04C; }
span { border-color: rgb(54,240,76); }
td.TdClassName
{
border-color: #36F04C;
}
.TagClassName
{
border-color: #36F04C;
}
</style>