Shades of Lime Green #45C73F
Tints of Lime Green #45C73F
RGB
CMYK
RGB Variations
Color information
#45C73F (or 0x45C73F) is known color: Lime Green. HEX triplet: 45, C7 and 3F. RGB value is (69,199,63). Sum of RGB (Red+Green+Blue) = 69+199+63=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #45C73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C73F is #BA38C0. Grayscale: #919191. Windows color (decimal): -12204225 or 4179781. OLE color: 4179781.
HSL color Cylindrical-coordinate representation of color #45C73F: hue angle of 117.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45C73F is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 199 | 63 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.22 |
| HSL | 117.35º | 0.55% | 0.51% | - |
| HSV(B) | 117.35º | 0.68% | 0.78% | - |
| XYZ | 23.77 | 42.47 | 11.65 | - |
| YUV | 144.63 | 81.93 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 199 | 63 | 0.65 | 0 | 0.68 | 0.22 | 117.35 | 0.55 | 0.51 |
| Hex | 45 | C7 | 3F | 41 | 0 | 44 | 16 | 75 | 37 | 33 |
| Octal | 105 | 307 | 77 | 101 | 0 | 104 | 26 | 165 | 67 | 63 |
| Binary | 1000101 | 11000111 | 111111 | 1000001 | 0 | 1000100 | 10110 | 1110101 | 110111 | 110011 |
Color Harmonies of #45C73F
Complementary color
Monochromatic Colors of #45C73F
Black with #45C73F
Text Example
Text Example
White with #45C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C73F; }
p { color: rgb(69,199,63); }
H1.HeaderClassName
{
color: #45C73F;
}
.AnyTagClassName
{
color: #45C73F;
}
</style>
background-color css
<style>
a { background-color: #45C73F; }
a { background-color: rgb(69,199,63); }
div.DivClassName
{
background-color: #45C73F;
}
.BgClassName
{
background-color: #45C73F;
}
</style>
border-color css
<style>
span { border-color: #45C73F; }
span { border-color: rgb(69,199,63); }
td.TdClassName
{
border-color: #45C73F;
}
.TagClassName
{
border-color: #45C73F;
}
</style>