Shades of Lime Green #45D73F
Tints of Lime Green #45D73F
RGB
CMYK
RGB Variations
Color information
#45D73F (or 0x45D73F) is known color: Lime Green. HEX triplet: 45, D7 and 3F. RGB value is (69,215,63). Sum of RGB (Red+Green+Blue) = 69+215+63=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #45D73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D73F is #BA28C0. Grayscale: #9A9A9A. Windows color (decimal): -12200129 or 4183877. OLE color: 4183877.
HSL color Cylindrical-coordinate representation of color #45D73F: hue angle of 117.63º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45D73F is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 215 | 63 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.16 |
| HSL | 117.63º | 0.66% | 0.55% | - |
| HSV(B) | 117.63º | 0.71% | 0.84% | - |
| XYZ | 27.65 | 50.22 | 12.94 | - |
| YUV | 154.02 | 76.63 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 215 | 63 | 0.68 | 0 | 0.71 | 0.16 | 117.63 | 0.66 | 0.55 |
| Hex | 45 | D7 | 3F | 44 | 0 | 47 | 10 | 76 | 42 | 37 |
| Octal | 105 | 327 | 77 | 104 | 0 | 107 | 20 | 166 | 102 | 67 |
| Binary | 1000101 | 11010111 | 111111 | 1000100 | 0 | 1000111 | 10000 | 1110110 | 1000010 | 110111 |
Color Harmonies of #45D73F
Complementary color
Monochromatic Colors of #45D73F
Black with #45D73F
Text Example
Text Example
White with #45D73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D73F; }
p { color: rgb(69,215,63); }
H1.HeaderClassName
{
color: #45D73F;
}
.AnyTagClassName
{
color: #45D73F;
}
</style>
background-color css
<style>
a { background-color: #45D73F; }
a { background-color: rgb(69,215,63); }
div.DivClassName
{
background-color: #45D73F;
}
.BgClassName
{
background-color: #45D73F;
}
</style>
border-color css
<style>
span { border-color: #45D73F; }
span { border-color: rgb(69,215,63); }
td.TdClassName
{
border-color: #45D73F;
}
.TagClassName
{
border-color: #45D73F;
}
</style>