Shades of Lime Green #45D24F
Tints of Lime Green #45D24F
RGB
CMYK
RGB Variations
Color information
#45D24F (or 0x45D24F) is known color: Lime Green. HEX triplet: 45, D2 and 4F. RGB value is (69,210,79). Sum of RGB (Red+Green+Blue) = 69+210+79=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #45D24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D24F is #BA2DB0. Grayscale: #999999. Windows color (decimal): -12201393 or 5231173. OLE color: 5231173.
HSL color Cylindrical-coordinate representation of color #45D24F: hue angle of 124.26º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D24F is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 210 | 79 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.18 |
| HSL | 124.26º | 0.61% | 0.55% | - |
| HSV(B) | 124.26º | 0.67% | 0.82% | - |
| XYZ | 26.91 | 47.92 | 15.23 | - |
| YUV | 152.91 | 86.29 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 210 | 79 | 0.67 | 0 | 0.62 | 0.18 | 124.26 | 0.61 | 0.55 |
| Hex | 45 | D2 | 4F | 43 | 0 | 3E | 12 | 7C | 3D | 37 |
| Octal | 105 | 322 | 117 | 103 | 0 | 76 | 22 | 174 | 75 | 67 |
| Binary | 1000101 | 11010010 | 1001111 | 1000011 | 0 | 111110 | 10010 | 1111100 | 111101 | 110111 |
Color Harmonies of #45D24F
Complementary color
Monochromatic Colors of #45D24F
Black with #45D24F
Text Example
Text Example
White with #45D24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D24F; }
p { color: rgb(69,210,79); }
H1.HeaderClassName
{
color: #45D24F;
}
.AnyTagClassName
{
color: #45D24F;
}
</style>
background-color css
<style>
a { background-color: #45D24F; }
a { background-color: rgb(69,210,79); }
div.DivClassName
{
background-color: #45D24F;
}
.BgClassName
{
background-color: #45D24F;
}
</style>
border-color css
<style>
span { border-color: #45D24F; }
span { border-color: rgb(69,210,79); }
td.TdClassName
{
border-color: #45D24F;
}
.TagClassName
{
border-color: #45D24F;
}
</style>