Shades of Lime Green #36DB45
Tints of Lime Green #36DB45
RGB
CMYK
RGB Variations
Color information
#36DB45 (or 0x36DB45) is known color: Lime Green. HEX triplet: 36, DB and 45. RGB value is (54,219,69). Sum of RGB (Red+Green+Blue) = 54+219+69=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 219 (85.94% from 255 or 64.04% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 219 - color contains mainly: green. Hex color #36DB45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DB45 is #C924BA. Grayscale: #989898. Windows color (decimal): -13182139 or 4578102. OLE color: 4578102.
HSL color Cylindrical-coordinate representation of color #36DB45: hue angle of 125.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DB45 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 69 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.14 |
| HSL | 125.45º | 0.7% | 0.54% | - |
| HSV(B) | 125.45º | 0.75% | 0.86% | - |
| XYZ | 27.93 | 51.88 | 14.17 | - |
| YUV | 152.57 | 80.84 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 69 | 0.75 | 0 | 0.68 | 0.14 | 125.45 | 0.7 | 0.54 |
| Hex | 36 | DB | 45 | 4B | 0 | 44 | E | 7D | 46 | 36 |
| Octal | 66 | 333 | 105 | 113 | 0 | 104 | 16 | 175 | 106 | 66 |
| Binary | 110110 | 11011011 | 1000101 | 1001011 | 0 | 1000100 | 1110 | 1111101 | 1000110 | 110110 |
Color Harmonies of #36DB45
Complementary color
Monochromatic Colors of #36DB45
Black with #36DB45
Text Example
Text Example
White with #36DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DB45; }
p { color: rgb(54,219,69); }
H1.HeaderClassName
{
color: #36DB45;
}
.AnyTagClassName
{
color: #36DB45;
}
</style>
background-color css
<style>
a { background-color: #36DB45; }
a { background-color: rgb(54,219,69); }
div.DivClassName
{
background-color: #36DB45;
}
.BgClassName
{
background-color: #36DB45;
}
</style>
border-color css
<style>
span { border-color: #36DB45; }
span { border-color: rgb(54,219,69); }
td.TdClassName
{
border-color: #36DB45;
}
.TagClassName
{
border-color: #36DB45;
}
</style>