Shades of Lime Green #45CC42
Tints of Lime Green #45CC42
RGB
CMYK
RGB Variations
Color information
#45CC42 (or 0x45CC42) is known color: Lime Green. HEX triplet: 45, CC and 42. RGB value is (69,204,66). Sum of RGB (Red+Green+Blue) = 69+204+66=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CC42 is #BA33BD. Grayscale: #949494. Windows color (decimal): -12202942 or 4377669. OLE color: 4377669.
HSL color Cylindrical-coordinate representation of color #45CC42: hue angle of 118.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45CC42 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 66 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.2 |
| HSL | 118.7º | 0.58% | 0.53% | - |
| HSV(B) | 118.7º | 0.68% | 0.8% | - |
| XYZ | 25.03 | 44.84 | 12.49 | - |
| YUV | 147.9 | 81.77 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 66 | 0.66 | 0 | 0.68 | 0.2 | 118.7 | 0.58 | 0.53 |
| Hex | 45 | CC | 42 | 42 | 0 | 44 | 14 | 77 | 3A | 35 |
| Octal | 105 | 314 | 102 | 102 | 0 | 104 | 24 | 167 | 72 | 65 |
| Binary | 1000101 | 11001100 | 1000010 | 1000010 | 0 | 1000100 | 10100 | 1110111 | 111010 | 110101 |
Color Harmonies of #45CC42
Complementary color
Monochromatic Colors of #45CC42
Black with #45CC42
Text Example
Text Example
White with #45CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CC42; }
p { color: rgb(69,204,66); }
H1.HeaderClassName
{
color: #45CC42;
}
.AnyTagClassName
{
color: #45CC42;
}
</style>
background-color css
<style>
a { background-color: #45CC42; }
a { background-color: rgb(69,204,66); }
div.DivClassName
{
background-color: #45CC42;
}
.BgClassName
{
background-color: #45CC42;
}
</style>
border-color css
<style>
span { border-color: #45CC42; }
span { border-color: rgb(69,204,66); }
td.TdClassName
{
border-color: #45CC42;
}
.TagClassName
{
border-color: #45CC42;
}
</style>