Shades of Lime Green #45C033
Tints of Lime Green #45C033
RGB
CMYK
RGB Variations
Color information
#45C033 (or 0x45C033) is known color: Lime Green. HEX triplet: 45, C0 and 33. RGB value is (69,192,51). Sum of RGB (Red+Green+Blue) = 69+192+51=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #45C033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C033 is #BA3FCC. Grayscale: #8B8B8B. Windows color (decimal): -12206029 or 3391557. OLE color: 3391557.
HSL color Cylindrical-coordinate representation of color #45C033: hue angle of 112.34º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45C033 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 51 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.25 |
| HSL | 112.34º | 0.58% | 0.48% | - |
| HSV(B) | 112.34º | 0.73% | 0.75% | - |
| XYZ | 21.9 | 39.2 | 9.54 | - |
| YUV | 139.15 | 78.25 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 51 | 0.64 | 0 | 0.73 | 0.25 | 112.34 | 0.58 | 0.48 |
| Hex | 45 | C0 | 33 | 40 | 0 | 49 | 19 | 70 | 3A | 30 |
| Octal | 105 | 300 | 63 | 100 | 0 | 111 | 31 | 160 | 72 | 60 |
| Binary | 1000101 | 11000000 | 110011 | 1000000 | 0 | 1001001 | 11001 | 1110000 | 111010 | 110000 |
Color Harmonies of #45C033
Complementary color
Monochromatic Colors of #45C033
Black with #45C033
Text Example
Text Example
White with #45C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C033; }
p { color: rgb(69,192,51); }
H1.HeaderClassName
{
color: #45C033;
}
.AnyTagClassName
{
color: #45C033;
}
</style>
background-color css
<style>
a { background-color: #45C033; }
a { background-color: rgb(69,192,51); }
div.DivClassName
{
background-color: #45C033;
}
.BgClassName
{
background-color: #45C033;
}
</style>
border-color css
<style>
span { border-color: #45C033; }
span { border-color: rgb(69,192,51); }
td.TdClassName
{
border-color: #45C033;
}
.TagClassName
{
border-color: #45C033;
}
</style>