Shades of Lime Green #45DA33
Tints of Lime Green #45DA33
RGB
CMYK
RGB Variations
Color information
#45DA33 (or 0x45DA33) is known color: Lime Green. HEX triplet: 45, DA and 33. RGB value is (69,218,51). Sum of RGB (Red+Green+Blue) = 69+218+51=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #45DA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DA33 is #BA25CC. Grayscale: #9A9A9A. Windows color (decimal): -12199373 or 3398213. OLE color: 3398213.
HSL color Cylindrical-coordinate representation of color #45DA33: hue angle of 113.53º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45DA33 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 218 | 51 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.15 |
| HSL | 113.53º | 0.69% | 0.53% | - |
| HSV(B) | 113.53º | 0.77% | 0.85% | - |
| XYZ | 28.12 | 51.65 | 11.62 | - |
| YUV | 154.41 | 69.64 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 218 | 51 | 0.68 | 0 | 0.77 | 0.15 | 113.53 | 0.69 | 0.53 |
| Hex | 45 | DA | 33 | 44 | 0 | 4D | F | 72 | 45 | 35 |
| Octal | 105 | 332 | 63 | 104 | 0 | 115 | 17 | 162 | 105 | 65 |
| Binary | 1000101 | 11011010 | 110011 | 1000100 | 0 | 1001101 | 1111 | 1110010 | 1000101 | 110101 |
Color Harmonies of #45DA33
Complementary color
Monochromatic Colors of #45DA33
Black with #45DA33
Text Example
Text Example
White with #45DA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DA33; }
p { color: rgb(69,218,51); }
H1.HeaderClassName
{
color: #45DA33;
}
.AnyTagClassName
{
color: #45DA33;
}
</style>
background-color css
<style>
a { background-color: #45DA33; }
a { background-color: rgb(69,218,51); }
div.DivClassName
{
background-color: #45DA33;
}
.BgClassName
{
background-color: #45DA33;
}
</style>
border-color css
<style>
span { border-color: #45DA33; }
span { border-color: rgb(69,218,51); }
td.TdClassName
{
border-color: #45DA33;
}
.TagClassName
{
border-color: #45DA33;
}
</style>