Shades of Lime Green #45E42A
Tints of Lime Green #45E42A
RGB
CMYK
RGB Variations
Color information
#45E42A (or 0x45E42A) is known color: Lime Green. HEX triplet: 45, E4 and 2A. RGB value is (69,228,42). Sum of RGB (Red+Green+Blue) = 69+228+42=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 228 (89.45% from 255 or 67.26% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 228 - color contains mainly: green. Hex color #45E42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E42A is #BA1BD5. Grayscale: #9F9F9F. Windows color (decimal): -12196822 or 2810949. OLE color: 2810949.
HSL color Cylindrical-coordinate representation of color #45E42A: hue angle of 111.29º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #45E42A is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 228 | 42 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.11 |
| HSL | 111.29º | 0.78% | 0.53% | - |
| HSV(B) | 111.29º | 0.82% | 0.89% | - |
| XYZ | 30.62 | 56.92 | 11.56 | - |
| YUV | 159.26 | 61.82 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 228 | 42 | 0.70 | 0 | 0.82 | 0.11 | 111.29 | 0.78 | 0.53 |
| Hex | 45 | E4 | 2A | 46 | 0 | 52 | B | 6F | 4E | 35 |
| Octal | 105 | 344 | 52 | 106 | 0 | 122 | 13 | 157 | 116 | 65 |
| Binary | 1000101 | 11100100 | 101010 | 1000110 | 0 | 1010010 | 1011 | 1101111 | 1001110 | 110101 |
Color Harmonies of #45E42A
Complementary color
Monochromatic Colors of #45E42A
Black with #45E42A
Text Example
Text Example
White with #45E42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E42A; }
p { color: rgb(69,228,42); }
H1.HeaderClassName
{
color: #45E42A;
}
.AnyTagClassName
{
color: #45E42A;
}
</style>
background-color css
<style>
a { background-color: #45E42A; }
a { background-color: rgb(69,228,42); }
div.DivClassName
{
background-color: #45E42A;
}
.BgClassName
{
background-color: #45E42A;
}
</style>
border-color css
<style>
span { border-color: #45E42A; }
span { border-color: rgb(69,228,42); }
td.TdClassName
{
border-color: #45E42A;
}
.TagClassName
{
border-color: #45E42A;
}
</style>