Shades of Lime Green #45C03E
Tints of Lime Green #45C03E
RGB
CMYK
RGB Variations
Color information
#45C03E (or 0x45C03E) is known color: Lime Green. HEX triplet: 45, C0 and 3E. RGB value is (69,192,62). Sum of RGB (Red+Green+Blue) = 69+192+62=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #45C03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C03E is #BA3FC1. Grayscale: #8C8C8C. Windows color (decimal): -12206018 or 4112453. OLE color: 4112453.
HSL color Cylindrical-coordinate representation of color #45C03E: hue angle of 116.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45C03E is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 62 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.25 |
| HSL | 116.77º | 0.51% | 0.5% | - |
| HSV(B) | 116.77º | 0.68% | 0.75% | - |
| XYZ | 22.17 | 39.31 | 10.98 | - |
| YUV | 140.4 | 83.75 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 62 | 0.64 | 0 | 0.68 | 0.25 | 116.77 | 0.51 | 0.5 |
| Hex | 45 | C0 | 3E | 40 | 0 | 44 | 19 | 75 | 33 | 32 |
| Octal | 105 | 300 | 76 | 100 | 0 | 104 | 31 | 165 | 63 | 62 |
| Binary | 1000101 | 11000000 | 111110 | 1000000 | 0 | 1000100 | 11001 | 1110101 | 110011 | 110010 |
Color Harmonies of #45C03E
Complementary color
Monochromatic Colors of #45C03E
Black with #45C03E
Text Example
Text Example
White with #45C03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C03E; }
p { color: rgb(69,192,62); }
H1.HeaderClassName
{
color: #45C03E;
}
.AnyTagClassName
{
color: #45C03E;
}
</style>
background-color css
<style>
a { background-color: #45C03E; }
a { background-color: rgb(69,192,62); }
div.DivClassName
{
background-color: #45C03E;
}
.BgClassName
{
background-color: #45C03E;
}
</style>
border-color css
<style>
span { border-color: #45C03E; }
span { border-color: rgb(69,192,62); }
td.TdClassName
{
border-color: #45C03E;
}
.TagClassName
{
border-color: #45C03E;
}
</style>