Shades of Lime Green #45D02A
Tints of Lime Green #45D02A
RGB
CMYK
RGB Variations
Color information
#45D02A (or 0x45D02A) is known color: Lime Green. HEX triplet: 45, D0 and 2A. RGB value is (69,208,42). Sum of RGB (Red+Green+Blue) = 69+208+42=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 208 (81.64% from 255 or 65.20% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 208 - color contains mainly: green. Hex color #45D02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D02A is #BA2FD5. Grayscale: #949494. Windows color (decimal): -12201942 or 2805829. OLE color: 2805829.
HSL color Cylindrical-coordinate representation of color #45D02A: hue angle of 110.24º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45D02A is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 42 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.18 |
| HSL | 110.24º | 0.66% | 0.49% | - |
| HSV(B) | 110.24º | 0.8% | 0.82% | - |
| XYZ | 25.43 | 46.54 | 9.83 | - |
| YUV | 147.52 | 68.45 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 42 | 0.67 | 0 | 0.80 | 0.18 | 110.24 | 0.66 | 0.49 |
| Hex | 45 | D0 | 2A | 43 | 0 | 50 | 12 | 6E | 42 | 31 |
| Octal | 105 | 320 | 52 | 103 | 0 | 120 | 22 | 156 | 102 | 61 |
| Binary | 1000101 | 11010000 | 101010 | 1000011 | 0 | 1010000 | 10010 | 1101110 | 1000010 | 110001 |
Color Harmonies of #45D02A
Complementary color
Monochromatic Colors of #45D02A
Black with #45D02A
Text Example
Text Example
White with #45D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D02A; }
p { color: rgb(69,208,42); }
H1.HeaderClassName
{
color: #45D02A;
}
.AnyTagClassName
{
color: #45D02A;
}
</style>
background-color css
<style>
a { background-color: #45D02A; }
a { background-color: rgb(69,208,42); }
div.DivClassName
{
background-color: #45D02A;
}
.BgClassName
{
background-color: #45D02A;
}
</style>
border-color css
<style>
span { border-color: #45D02A; }
span { border-color: rgb(69,208,42); }
td.TdClassName
{
border-color: #45D02A;
}
.TagClassName
{
border-color: #45D02A;
}
</style>