Shades of Lime Green #45CC4D
Tints of Lime Green #45CC4D
RGB
CMYK
RGB Variations
Color information
#45CC4D (or 0x45CC4D) is known color: Lime Green. HEX triplet: 45, CC and 4D. RGB value is (69,204,77). Sum of RGB (Red+Green+Blue) = 69+204+77=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC4D is #BA33B2. Grayscale: #959595. Windows color (decimal): -12202931 or 5098565. OLE color: 5098565.
HSL color Cylindrical-coordinate representation of color #45CC4D: hue angle of 123.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC4D is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 77 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.2 |
| HSL | 123.56º | 0.57% | 0.54% | - |
| HSV(B) | 123.56º | 0.66% | 0.8% | - |
| XYZ | 25.39 | 44.99 | 14.37 | - |
| YUV | 149.16 | 87.27 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 77 | 0.66 | 0 | 0.62 | 0.2 | 123.56 | 0.57 | 0.54 |
| Hex | 45 | CC | 4D | 42 | 0 | 3E | 14 | 7C | 39 | 36 |
| Octal | 105 | 314 | 115 | 102 | 0 | 76 | 24 | 174 | 71 | 66 |
| Binary | 1000101 | 11001100 | 1001101 | 1000010 | 0 | 111110 | 10100 | 1111100 | 111001 | 110110 |
Color Harmonies of #45CC4D
Complementary color
Monochromatic Colors of #45CC4D
Black with #45CC4D
Text Example
Text Example
White with #45CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CC4D; }
p { color: rgb(69,204,77); }
H1.HeaderClassName
{
color: #45CC4D;
}
.AnyTagClassName
{
color: #45CC4D;
}
</style>
background-color css
<style>
a { background-color: #45CC4D; }
a { background-color: rgb(69,204,77); }
div.DivClassName
{
background-color: #45CC4D;
}
.BgClassName
{
background-color: #45CC4D;
}
</style>
border-color css
<style>
span { border-color: #45CC4D; }
span { border-color: rgb(69,204,77); }
td.TdClassName
{
border-color: #45CC4D;
}
.TagClassName
{
border-color: #45CC4D;
}
</style>