Shades of Lime Green #36D446
Tints of Lime Green #36D446
RGB
CMYK
RGB Variations
Color information
#36D446 (or 0x36D446) is known color: Lime Green. HEX triplet: 36, D4 and 46. RGB value is (54,212,70). Sum of RGB (Red+Green+Blue) = 54+212+70=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 212 (83.20% from 255 or 63.10% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 212 - color contains mainly: green. Hex color #36D446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D446 is #C92BB9. Grayscale: #949494. Windows color (decimal): -13183930 or 4641846. OLE color: 4641846.
HSL color Cylindrical-coordinate representation of color #36D446: hue angle of 126.08º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D446 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 212 | 70 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.17 |
| HSL | 126.08º | 0.65% | 0.52% | - |
| HSV(B) | 126.08º | 0.75% | 0.83% | - |
| XYZ | 26.17 | 48.31 | 13.74 | - |
| YUV | 148.57 | 83.65 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 212 | 70 | 0.75 | 0 | 0.67 | 0.17 | 126.08 | 0.65 | 0.52 |
| Hex | 36 | D4 | 46 | 4B | 0 | 43 | 11 | 7E | 41 | 34 |
| Octal | 66 | 324 | 106 | 113 | 0 | 103 | 21 | 176 | 101 | 64 |
| Binary | 110110 | 11010100 | 1000110 | 1001011 | 0 | 1000011 | 10001 | 1111110 | 1000001 | 110100 |
Color Harmonies of #36D446
Complementary color
Monochromatic Colors of #36D446
Black with #36D446
Text Example
Text Example
White with #36D446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D446; }
p { color: rgb(54,212,70); }
H1.HeaderClassName
{
color: #36D446;
}
.AnyTagClassName
{
color: #36D446;
}
</style>
background-color css
<style>
a { background-color: #36D446; }
a { background-color: rgb(54,212,70); }
div.DivClassName
{
background-color: #36D446;
}
.BgClassName
{
background-color: #36D446;
}
</style>
border-color css
<style>
span { border-color: #36D446; }
span { border-color: rgb(54,212,70); }
td.TdClassName
{
border-color: #36D446;
}
.TagClassName
{
border-color: #36D446;
}
</style>