Shades of Lime Green #36D04F
Tints of Lime Green #36D04F
RGB
CMYK
RGB Variations
Color information
#36D04F (or 0x36D04F) is known color: Lime Green. HEX triplet: 36, D0 and 4F. RGB value is (54,208,79). Sum of RGB (Red+Green+Blue) = 54+208+79=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #36D04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D04F is #C92FB0. Grayscale: #939393. Windows color (decimal): -13184945 or 5230646. OLE color: 5230646.
HSL color Cylindrical-coordinate representation of color #36D04F: hue angle of 129.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D04F is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 208 | 79 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.18 |
| HSL | 129.74º | 0.62% | 0.51% | - |
| HSV(B) | 129.74º | 0.74% | 0.82% | - |
| XYZ | 25.49 | 46.46 | 15.02 | - |
| YUV | 147.25 | 89.48 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 208 | 79 | 0.74 | 0 | 0.62 | 0.18 | 129.74 | 0.62 | 0.51 |
| Hex | 36 | D0 | 4F | 4A | 0 | 3E | 12 | 82 | 3E | 33 |
| Octal | 66 | 320 | 117 | 112 | 0 | 76 | 22 | 202 | 76 | 63 |
| Binary | 110110 | 11010000 | 1001111 | 1001010 | 0 | 111110 | 10010 | 10000010 | 111110 | 110011 |
Color Harmonies of #36D04F
Complementary color
Monochromatic Colors of #36D04F
Black with #36D04F
Text Example
Text Example
White with #36D04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D04F; }
p { color: rgb(54,208,79); }
H1.HeaderClassName
{
color: #36D04F;
}
.AnyTagClassName
{
color: #36D04F;
}
</style>
background-color css
<style>
a { background-color: #36D04F; }
a { background-color: rgb(54,208,79); }
div.DivClassName
{
background-color: #36D04F;
}
.BgClassName
{
background-color: #36D04F;
}
</style>
border-color css
<style>
span { border-color: #36D04F; }
span { border-color: rgb(54,208,79); }
td.TdClassName
{
border-color: #36D04F;
}
.TagClassName
{
border-color: #36D04F;
}
</style>