Shades of Lime Green #45E02A
Tints of Lime Green #45E02A
RGB
CMYK
RGB Variations
Color information
#45E02A (or 0x45E02A) is known color: Lime Green. HEX triplet: 45, E0 and 2A. RGB value is (69,224,42). Sum of RGB (Red+Green+Blue) = 69+224+42=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #45E02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E02A is #BA1FD5. Grayscale: #9D9D9D. Windows color (decimal): -12197846 or 2809925. OLE color: 2809925.
HSL color Cylindrical-coordinate representation of color #45E02A: hue angle of 111.1º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45E02A is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 224 | 42 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.12 |
| HSL | 111.1º | 0.75% | 0.52% | - |
| HSV(B) | 111.1º | 0.81% | 0.88% | - |
| XYZ | 29.53 | 54.74 | 11.2 | - |
| YUV | 156.91 | 63.15 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 224 | 42 | 0.69 | 0 | 0.81 | 0.12 | 111.1 | 0.75 | 0.52 |
| Hex | 45 | E0 | 2A | 45 | 0 | 51 | C | 6F | 4B | 34 |
| Octal | 105 | 340 | 52 | 105 | 0 | 121 | 14 | 157 | 113 | 64 |
| Binary | 1000101 | 11100000 | 101010 | 1000101 | 0 | 1010001 | 1100 | 1101111 | 1001011 | 110100 |
Color Harmonies of #45E02A
Complementary color
Monochromatic Colors of #45E02A
Black with #45E02A
Text Example
Text Example
White with #45E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E02A; }
p { color: rgb(69,224,42); }
H1.HeaderClassName
{
color: #45E02A;
}
.AnyTagClassName
{
color: #45E02A;
}
</style>
background-color css
<style>
a { background-color: #45E02A; }
a { background-color: rgb(69,224,42); }
div.DivClassName
{
background-color: #45E02A;
}
.BgClassName
{
background-color: #45E02A;
}
</style>
border-color css
<style>
span { border-color: #45E02A; }
span { border-color: rgb(69,224,42); }
td.TdClassName
{
border-color: #45E02A;
}
.TagClassName
{
border-color: #45E02A;
}
</style>