Shades of Lime Green #45D249
Tints of Lime Green #45D249
RGB
CMYK
RGB Variations
Color information
#45D249 (or 0x45D249) is known color: Lime Green. HEX triplet: 45, D2 and 49. RGB value is (69,210,73). Sum of RGB (Red+Green+Blue) = 69+210+73=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #45D249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D249 is #BA2DB6. Grayscale: #989898. Windows color (decimal): -12201399 or 4837957. OLE color: 4837957.
HSL color Cylindrical-coordinate representation of color #45D249: hue angle of 121.7º 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 #45D249 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 210 | 73 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.18 |
| HSL | 121.7º | 0.61% | 0.55% | - |
| HSV(B) | 121.7º | 0.67% | 0.82% | - |
| XYZ | 26.7 | 47.84 | 14.13 | - |
| YUV | 152.22 | 83.29 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 210 | 73 | 0.67 | 0 | 0.65 | 0.18 | 121.7 | 0.61 | 0.55 |
| Hex | 45 | D2 | 49 | 43 | 0 | 41 | 12 | 7A | 3D | 37 |
| Octal | 105 | 322 | 111 | 103 | 0 | 101 | 22 | 172 | 75 | 67 |
| Binary | 1000101 | 11010010 | 1001001 | 1000011 | 0 | 1000001 | 10010 | 1111010 | 111101 | 110111 |
Color Harmonies of #45D249
Complementary color
Monochromatic Colors of #45D249
Black with #45D249
Text Example
Text Example
White with #45D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D249; }
p { color: rgb(69,210,73); }
H1.HeaderClassName
{
color: #45D249;
}
.AnyTagClassName
{
color: #45D249;
}
</style>
background-color css
<style>
a { background-color: #45D249; }
a { background-color: rgb(69,210,73); }
div.DivClassName
{
background-color: #45D249;
}
.BgClassName
{
background-color: #45D249;
}
</style>
border-color css
<style>
span { border-color: #45D249; }
span { border-color: rgb(69,210,73); }
td.TdClassName
{
border-color: #45D249;
}
.TagClassName
{
border-color: #45D249;
}
</style>