Shades of Lime Green #45C23A
Tints of Lime Green #45C23A
RGB
CMYK
RGB Variations
Color information
#45C23A (or 0x45C23A) is known color: Lime Green. HEX triplet: 45, C2 and 3A. RGB value is (69,194,58). Sum of RGB (Red+Green+Blue) = 69+194+58=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #45C23A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C23A is #BA3DC5. Grayscale: #8D8D8D. Windows color (decimal): -12205510 or 3850821. OLE color: 3850821.
HSL color Cylindrical-coordinate representation of color #45C23A: hue angle of 115.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45C23A is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 58 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.24 |
| HSL | 115.15º | 0.54% | 0.49% | - |
| HSV(B) | 115.15º | 0.7% | 0.76% | - |
| XYZ | 22.51 | 40.15 | 10.57 | - |
| YUV | 141.12 | 81.09 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 58 | 0.64 | 0 | 0.70 | 0.24 | 115.15 | 0.54 | 0.49 |
| Hex | 45 | C2 | 3A | 40 | 0 | 46 | 18 | 73 | 36 | 31 |
| Octal | 105 | 302 | 72 | 100 | 0 | 106 | 30 | 163 | 66 | 61 |
| Binary | 1000101 | 11000010 | 111010 | 1000000 | 0 | 1000110 | 11000 | 1110011 | 110110 | 110001 |
Color Harmonies of #45C23A
Complementary color
Monochromatic Colors of #45C23A
Black with #45C23A
Text Example
Text Example
White with #45C23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C23A; }
p { color: rgb(69,194,58); }
H1.HeaderClassName
{
color: #45C23A;
}
.AnyTagClassName
{
color: #45C23A;
}
</style>
background-color css
<style>
a { background-color: #45C23A; }
a { background-color: rgb(69,194,58); }
div.DivClassName
{
background-color: #45C23A;
}
.BgClassName
{
background-color: #45C23A;
}
</style>
border-color css
<style>
span { border-color: #45C23A; }
span { border-color: rgb(69,194,58); }
td.TdClassName
{
border-color: #45C23A;
}
.TagClassName
{
border-color: #45C23A;
}
</style>