Shades of Lime Green #45C63A
Tints of Lime Green #45C63A
RGB
CMYK
RGB Variations
Color information
#45C63A (or 0x45C63A) is known color: Lime Green. HEX triplet: 45, C6 and 3A. RGB value is (69,198,58). Sum of RGB (Red+Green+Blue) = 69+198+58=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #45C63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C63A is #BA39C5. Grayscale: #8F8F8F. Windows color (decimal): -12204486 or 3851845. OLE color: 3851845.
HSL color Cylindrical-coordinate representation of color #45C63A: hue angle of 115.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45C63A is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 198 | 58 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.22 |
| HSL | 115.29º | 0.55% | 0.5% | - |
| HSV(B) | 115.29º | 0.71% | 0.78% | - |
| XYZ | 23.41 | 41.96 | 10.87 | - |
| YUV | 143.47 | 79.76 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 198 | 58 | 0.65 | 0 | 0.71 | 0.22 | 115.29 | 0.55 | 0.5 |
| Hex | 45 | C6 | 3A | 41 | 0 | 47 | 16 | 73 | 37 | 32 |
| Octal | 105 | 306 | 72 | 101 | 0 | 107 | 26 | 163 | 67 | 62 |
| Binary | 1000101 | 11000110 | 111010 | 1000001 | 0 | 1000111 | 10110 | 1110011 | 110111 | 110010 |
Color Harmonies of #45C63A
Complementary color
Monochromatic Colors of #45C63A
Black with #45C63A
Text Example
Text Example
White with #45C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C63A; }
p { color: rgb(69,198,58); }
H1.HeaderClassName
{
color: #45C63A;
}
.AnyTagClassName
{
color: #45C63A;
}
</style>
background-color css
<style>
a { background-color: #45C63A; }
a { background-color: rgb(69,198,58); }
div.DivClassName
{
background-color: #45C63A;
}
.BgClassName
{
background-color: #45C63A;
}
</style>
border-color css
<style>
span { border-color: #45C63A; }
span { border-color: rgb(69,198,58); }
td.TdClassName
{
border-color: #45C63A;
}
.TagClassName
{
border-color: #45C63A;
}
</style>