Shades of Lime Green #45D247
Tints of Lime Green #45D247
RGB
CMYK
RGB Variations
Color information
#45D247 (or 0x45D247) is known color: Lime Green. HEX triplet: 45, D2 and 47. RGB value is (69,210,71). Sum of RGB (Red+Green+Blue) = 69+210+71=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #45D247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D247 is #BA2DB8. Grayscale: #989898. Windows color (decimal): -12201401 or 4706885. OLE color: 4706885.
HSL color Cylindrical-coordinate representation of color #45D247: hue angle of 120.85º 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 #45D247 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 210 | 71 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.18 |
| HSL | 120.85º | 0.61% | 0.55% | - |
| HSV(B) | 120.85º | 0.67% | 0.82% | - |
| XYZ | 26.64 | 47.81 | 13.79 | - |
| YUV | 152 | 82.29 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 210 | 71 | 0.67 | 0 | 0.66 | 0.18 | 120.85 | 0.61 | 0.55 |
| Hex | 45 | D2 | 47 | 43 | 0 | 42 | 12 | 79 | 3D | 37 |
| Octal | 105 | 322 | 107 | 103 | 0 | 102 | 22 | 171 | 75 | 67 |
| Binary | 1000101 | 11010010 | 1000111 | 1000011 | 0 | 1000010 | 10010 | 1111001 | 111101 | 110111 |
Color Harmonies of #45D247
Complementary color
Monochromatic Colors of #45D247
Black with #45D247
Text Example
Text Example
White with #45D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D247; }
p { color: rgb(69,210,71); }
H1.HeaderClassName
{
color: #45D247;
}
.AnyTagClassName
{
color: #45D247;
}
</style>
background-color css
<style>
a { background-color: #45D247; }
a { background-color: rgb(69,210,71); }
div.DivClassName
{
background-color: #45D247;
}
.BgClassName
{
background-color: #45D247;
}
</style>
border-color css
<style>
span { border-color: #45D247; }
span { border-color: rgb(69,210,71); }
td.TdClassName
{
border-color: #45D247;
}
.TagClassName
{
border-color: #45D247;
}
</style>