Shades of Lime Green #45C94D
Tints of Lime Green #45C94D
RGB
CMYK
RGB Variations
Color information
#45C94D (or 0x45C94D) is known color: Lime Green. HEX triplet: 45, C9 and 4D. RGB value is (69,201,77). Sum of RGB (Red+Green+Blue) = 69+201+77=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 201 (78.91% from 255 or 57.93% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 201 - color contains mainly: green. Hex color #45C94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C94D is #BA36B2. Grayscale: #939393. Windows color (decimal): -12203699 or 5097797. OLE color: 5097797.
HSL color Cylindrical-coordinate representation of color #45C94D: hue angle of 123.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C94D is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 77 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.21 |
| HSL | 123.64º | 0.55% | 0.53% | - |
| HSV(B) | 123.64º | 0.66% | 0.79% | - |
| XYZ | 24.68 | 43.57 | 14.13 | - |
| YUV | 147.4 | 88.27 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 77 | 0.66 | 0 | 0.62 | 0.21 | 123.64 | 0.55 | 0.53 |
| Hex | 45 | C9 | 4D | 42 | 0 | 3E | 15 | 7C | 37 | 35 |
| Octal | 105 | 311 | 115 | 102 | 0 | 76 | 25 | 174 | 67 | 65 |
| Binary | 1000101 | 11001001 | 1001101 | 1000010 | 0 | 111110 | 10101 | 1111100 | 110111 | 110101 |
Color Harmonies of #45C94D
Complementary color
Monochromatic Colors of #45C94D
Black with #45C94D
Text Example
Text Example
White with #45C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C94D; }
p { color: rgb(69,201,77); }
H1.HeaderClassName
{
color: #45C94D;
}
.AnyTagClassName
{
color: #45C94D;
}
</style>
background-color css
<style>
a { background-color: #45C94D; }
a { background-color: rgb(69,201,77); }
div.DivClassName
{
background-color: #45C94D;
}
.BgClassName
{
background-color: #45C94D;
}
</style>
border-color css
<style>
span { border-color: #45C94D; }
span { border-color: rgb(69,201,77); }
td.TdClassName
{
border-color: #45C94D;
}
.TagClassName
{
border-color: #45C94D;
}
</style>