Shades of Lime Green #45DC32
Tints of Lime Green #45DC32
RGB
CMYK
RGB Variations
Color information
#45DC32 (or 0x45DC32) is known color: Lime Green. HEX triplet: 45, DC and 32. RGB value is (69,220,50). Sum of RGB (Red+Green+Blue) = 69+220+50=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DC32 is #BA23CD. Grayscale: #9B9B9B. Windows color (decimal): -12198862 or 3333189. OLE color: 3333189.
HSL color Cylindrical-coordinate representation of color #45DC32: hue angle of 113.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45DC32 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 50 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.14 |
| HSL | 113.29º | 0.71% | 0.53% | - |
| HSV(B) | 113.29º | 0.77% | 0.86% | - |
| XYZ | 28.62 | 52.68 | 11.68 | - |
| YUV | 155.47 | 68.47 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 50 | 0.69 | 0 | 0.77 | 0.14 | 113.29 | 0.71 | 0.53 |
| Hex | 45 | DC | 32 | 45 | 0 | 4D | E | 71 | 47 | 35 |
| Octal | 105 | 334 | 62 | 105 | 0 | 115 | 16 | 161 | 107 | 65 |
| Binary | 1000101 | 11011100 | 110010 | 1000101 | 0 | 1001101 | 1110 | 1110001 | 1000111 | 110101 |
Color Harmonies of #45DC32
Complementary color
Monochromatic Colors of #45DC32
Black with #45DC32
Text Example
Text Example
White with #45DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DC32; }
p { color: rgb(69,220,50); }
H1.HeaderClassName
{
color: #45DC32;
}
.AnyTagClassName
{
color: #45DC32;
}
</style>
background-color css
<style>
a { background-color: #45DC32; }
a { background-color: rgb(69,220,50); }
div.DivClassName
{
background-color: #45DC32;
}
.BgClassName
{
background-color: #45DC32;
}
</style>
border-color css
<style>
span { border-color: #45DC32; }
span { border-color: rgb(69,220,50); }
td.TdClassName
{
border-color: #45DC32;
}
.TagClassName
{
border-color: #45DC32;
}
</style>