Shades of Lime Green #45DB35
Tints of Lime Green #45DB35
RGB
CMYK
RGB Variations
Color information
#45DB35 (or 0x45DB35) is known color: Lime Green. HEX triplet: 45, DB and 35. RGB value is (69,219,53). Sum of RGB (Red+Green+Blue) = 69+219+53=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 219 (85.94% from 255 or 64.22% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 219 - color contains mainly: green. Hex color #45DB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DB35 is #BA24CA. Grayscale: #9B9B9B. Windows color (decimal): -12199115 or 3529541. OLE color: 3529541.
HSL color Cylindrical-coordinate representation of color #45DB35: hue angle of 114.22º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45DB35 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 219 | 53 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.14 |
| HSL | 114.22º | 0.7% | 0.53% | - |
| HSV(B) | 114.22º | 0.76% | 0.86% | - |
| XYZ | 28.43 | 52.19 | 11.94 | - |
| YUV | 155.23 | 70.31 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 53 | 0.68 | 0 | 0.76 | 0.14 | 114.22 | 0.7 | 0.53 |
| Hex | 45 | DB | 35 | 44 | 0 | 4C | E | 72 | 46 | 35 |
| Octal | 105 | 333 | 65 | 104 | 0 | 114 | 16 | 162 | 106 | 65 |
| Binary | 1000101 | 11011011 | 110101 | 1000100 | 0 | 1001100 | 1110 | 1110010 | 1000110 | 110101 |
Color Harmonies of #45DB35
Complementary color
Monochromatic Colors of #45DB35
Black with #45DB35
Text Example
Text Example
White with #45DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DB35; }
p { color: rgb(69,219,53); }
H1.HeaderClassName
{
color: #45DB35;
}
.AnyTagClassName
{
color: #45DB35;
}
</style>
background-color css
<style>
a { background-color: #45DB35; }
a { background-color: rgb(69,219,53); }
div.DivClassName
{
background-color: #45DB35;
}
.BgClassName
{
background-color: #45DB35;
}
</style>
border-color css
<style>
span { border-color: #45DB35; }
span { border-color: rgb(69,219,53); }
td.TdClassName
{
border-color: #45DB35;
}
.TagClassName
{
border-color: #45DB35;
}
</style>