Shades of Lime Green #45E52F
Tints of Lime Green #45E52F
RGB
CMYK
RGB Variations
Color information
#45E52F (or 0x45E52F) is known color: Lime Green. HEX triplet: 45, E5 and 2F. RGB value is (69,229,47). Sum of RGB (Red+Green+Blue) = 69+229+47=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 229 (89.84% from 255 or 66.38% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 229 - color contains mainly: green. Hex color #45E52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E52F is #BA1AD0. Grayscale: #A0A0A0. Windows color (decimal): -12196561 or 3138885. OLE color: 3138885.
HSL color Cylindrical-coordinate representation of color #45E52F: hue angle of 112.75º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45E52F is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 229 | 47 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.10 |
| HSL | 112.75º | 0.78% | 0.54% | - |
| HSV(B) | 112.75º | 0.79% | 0.9% | - |
| XYZ | 30.99 | 57.51 | 12.16 | - |
| YUV | 160.41 | 63.99 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 229 | 47 | 0.70 | 0 | 0.79 | 0.10 | 112.75 | 0.78 | 0.54 |
| Hex | 45 | E5 | 2F | 46 | 0 | 4F | A | 71 | 4E | 36 |
| Octal | 105 | 345 | 57 | 106 | 0 | 117 | 12 | 161 | 116 | 66 |
| Binary | 1000101 | 11100101 | 101111 | 1000110 | 0 | 1001111 | 1010 | 1110001 | 1001110 | 110110 |
Color Harmonies of #45E52F
Complementary color
Monochromatic Colors of #45E52F
Black with #45E52F
Text Example
Text Example
White with #45E52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E52F; }
p { color: rgb(69,229,47); }
H1.HeaderClassName
{
color: #45E52F;
}
.AnyTagClassName
{
color: #45E52F;
}
</style>
background-color css
<style>
a { background-color: #45E52F; }
a { background-color: rgb(69,229,47); }
div.DivClassName
{
background-color: #45E52F;
}
.BgClassName
{
background-color: #45E52F;
}
</style>
border-color css
<style>
span { border-color: #45E52F; }
span { border-color: rgb(69,229,47); }
td.TdClassName
{
border-color: #45E52F;
}
.TagClassName
{
border-color: #45E52F;
}
</style>