Shades of Lime Green #45C73C
Tints of Lime Green #45C73C
RGB
CMYK
RGB Variations
Color information
#45C73C (or 0x45C73C) is known color: Lime Green. HEX triplet: 45, C7 and 3C. RGB value is (69,199,60). Sum of RGB (Red+Green+Blue) = 69+199+60=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #45C73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C73C is #BA38C3. Grayscale: #909090. Windows color (decimal): -12204228 or 3983173. OLE color: 3983173.
HSL color Cylindrical-coordinate representation of color #45C73C: hue angle of 116.12º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45C73C is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 199 | 60 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.22 |
| HSL | 116.12º | 0.55% | 0.51% | - |
| HSV(B) | 116.12º | 0.7% | 0.78% | - |
| XYZ | 23.69 | 42.44 | 11.22 | - |
| YUV | 144.28 | 80.43 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 199 | 60 | 0.65 | 0 | 0.70 | 0.22 | 116.12 | 0.55 | 0.51 |
| Hex | 45 | C7 | 3C | 41 | 0 | 46 | 16 | 74 | 37 | 33 |
| Octal | 105 | 307 | 74 | 101 | 0 | 106 | 26 | 164 | 67 | 63 |
| Binary | 1000101 | 11000111 | 111100 | 1000001 | 0 | 1000110 | 10110 | 1110100 | 110111 | 110011 |
Color Harmonies of #45C73C
Complementary color
Monochromatic Colors of #45C73C
Black with #45C73C
Text Example
Text Example
White with #45C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C73C; }
p { color: rgb(69,199,60); }
H1.HeaderClassName
{
color: #45C73C;
}
.AnyTagClassName
{
color: #45C73C;
}
</style>
background-color css
<style>
a { background-color: #45C73C; }
a { background-color: rgb(69,199,60); }
div.DivClassName
{
background-color: #45C73C;
}
.BgClassName
{
background-color: #45C73C;
}
</style>
border-color css
<style>
span { border-color: #45C73C; }
span { border-color: rgb(69,199,60); }
td.TdClassName
{
border-color: #45C73C;
}
.TagClassName
{
border-color: #45C73C;
}
</style>