Shades of Lime Green #45C041
Tints of Lime Green #45C041
RGB
CMYK
RGB Variations
Color information
#45C041 (or 0x45C041) is known color: Lime Green. HEX triplet: 45, C0 and 41. RGB value is (69,192,65). Sum of RGB (Red+Green+Blue) = 69+192+65=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #45C041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C041 is #BA3FBE. Grayscale: #8D8D8D. Windows color (decimal): -12206015 or 4309061. OLE color: 4309061.
HSL color Cylindrical-coordinate representation of color #45C041: hue angle of 118.11º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C041 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 65 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.25 |
| HSL | 118.11º | 0.5% | 0.5% | - |
| HSV(B) | 118.11º | 0.66% | 0.75% | - |
| XYZ | 22.26 | 39.35 | 11.42 | - |
| YUV | 140.75 | 85.25 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 65 | 0.64 | 0 | 0.66 | 0.25 | 118.11 | 0.5 | 0.5 |
| Hex | 45 | C0 | 41 | 40 | 0 | 42 | 19 | 76 | 32 | 32 |
| Octal | 105 | 300 | 101 | 100 | 0 | 102 | 31 | 166 | 62 | 62 |
| Binary | 1000101 | 11000000 | 1000001 | 1000000 | 0 | 1000010 | 11001 | 1110110 | 110010 | 110010 |
Color Harmonies of #45C041
Complementary color
Monochromatic Colors of #45C041
Black with #45C041
Text Example
Text Example
White with #45C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C041; }
p { color: rgb(69,192,65); }
H1.HeaderClassName
{
color: #45C041;
}
.AnyTagClassName
{
color: #45C041;
}
</style>
background-color css
<style>
a { background-color: #45C041; }
a { background-color: rgb(69,192,65); }
div.DivClassName
{
background-color: #45C041;
}
.BgClassName
{
background-color: #45C041;
}
</style>
border-color css
<style>
span { border-color: #45C041; }
span { border-color: rgb(69,192,65); }
td.TdClassName
{
border-color: #45C041;
}
.TagClassName
{
border-color: #45C041;
}
</style>