Shades of Lime Green #45ED4A
Tints of Lime Green #45ED4A
RGB
CMYK
RGB Variations
Color information
#45ED4A (or 0x45ED4A) is known color: Lime Green. HEX triplet: 45, ED and 4A. RGB value is (69,237,74). Sum of RGB (Red+Green+Blue) = 69+237+74=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 237 (92.97% from 255 or 62.37% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 237 - color contains mainly: green. Hex color #45ED4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45ED4A is #BA12B5. Grayscale: #A8A8A8. Windows color (decimal): -12194486 or 4910405. OLE color: 4910405.
HSL color Cylindrical-coordinate representation of color #45ED4A: hue angle of 121.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45ED4A is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 237 | 74 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.07 |
| HSL | 121.79º | 0.82% | 0.6% | - |
| HSV(B) | 121.79º | 0.71% | 0.93% | - |
| XYZ | 33.97 | 62.33 | 16.72 | - |
| YUV | 168.19 | 74.84 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 74 | 0.71 | 0 | 0.69 | 0.07 | 121.79 | 0.82 | 0.6 |
| Hex | 45 | ED | 4A | 47 | 0 | 45 | 7 | 7A | 52 | 3C |
| Octal | 105 | 355 | 112 | 107 | 0 | 105 | 7 | 172 | 122 | 74 |
| Binary | 1000101 | 11101101 | 1001010 | 1000111 | 0 | 1000101 | 111 | 1111010 | 1010010 | 111100 |
Color Harmonies of #45ED4A
Complementary color
Monochromatic Colors of #45ED4A
Black with #45ED4A
Text Example
Text Example
White with #45ED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ED4A; }
p { color: rgb(69,237,74); }
H1.HeaderClassName
{
color: #45ED4A;
}
.AnyTagClassName
{
color: #45ED4A;
}
</style>
background-color css
<style>
a { background-color: #45ED4A; }
a { background-color: rgb(69,237,74); }
div.DivClassName
{
background-color: #45ED4A;
}
.BgClassName
{
background-color: #45ED4A;
}
</style>
border-color css
<style>
span { border-color: #45ED4A; }
span { border-color: rgb(69,237,74); }
td.TdClassName
{
border-color: #45ED4A;
}
.TagClassName
{
border-color: #45ED4A;
}
</style>