Shades of Lime Green #45C247
Tints of Lime Green #45C247
RGB
CMYK
RGB Variations
Color information
#45C247 (or 0x45C247) is known color: Lime Green. HEX triplet: 45, C2 and 47. RGB value is (69,194,71). Sum of RGB (Red+Green+Blue) = 69+194+71=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #45C247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C247 is #BA3DB8. Grayscale: #8E8E8E. Windows color (decimal): -12205497 or 4702789. OLE color: 4702789.
HSL color Cylindrical-coordinate representation of color #45C247: hue angle of 120.96º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C247 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 71 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.24 |
| HSL | 120.96º | 0.51% | 0.52% | - |
| HSV(B) | 120.96º | 0.64% | 0.76% | - |
| XYZ | 22.88 | 40.3 | 12.53 | - |
| YUV | 142.6 | 87.59 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 71 | 0.64 | 0 | 0.63 | 0.24 | 120.96 | 0.51 | 0.52 |
| Hex | 45 | C2 | 47 | 40 | 0 | 3F | 18 | 79 | 33 | 34 |
| Octal | 105 | 302 | 107 | 100 | 0 | 77 | 30 | 171 | 63 | 64 |
| Binary | 1000101 | 11000010 | 1000111 | 1000000 | 0 | 111111 | 11000 | 1111001 | 110011 | 110100 |
Color Harmonies of #45C247
Complementary color
Monochromatic Colors of #45C247
Black with #45C247
Text Example
Text Example
White with #45C247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C247; }
p { color: rgb(69,194,71); }
H1.HeaderClassName
{
color: #45C247;
}
.AnyTagClassName
{
color: #45C247;
}
</style>
background-color css
<style>
a { background-color: #45C247; }
a { background-color: rgb(69,194,71); }
div.DivClassName
{
background-color: #45C247;
}
.BgClassName
{
background-color: #45C247;
}
</style>
border-color css
<style>
span { border-color: #45C247; }
span { border-color: rgb(69,194,71); }
td.TdClassName
{
border-color: #45C247;
}
.TagClassName
{
border-color: #45C247;
}
</style>