Shades of Lime Green #45BA39
Tints of Lime Green #45BA39
RGB
CMYK
RGB Variations
Color information
#45BA39 (or 0x45BA39) is known color: Lime Green. HEX triplet: 45, BA and 39. RGB value is (69,186,57). Sum of RGB (Red+Green+Blue) = 69+186+57=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA39 is #BA45C6. Grayscale: #888888. Windows color (decimal): -12207559 or 3783237. OLE color: 3783237.
HSL color Cylindrical-coordinate representation of color #45BA39: hue angle of 114.42º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45BA39 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 57 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.27 |
| HSL | 114.42º | 0.53% | 0.48% | - |
| HSV(B) | 114.42º | 0.69% | 0.73% | - |
| XYZ | 20.75 | 36.68 | 9.86 | - |
| YUV | 136.31 | 83.24 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 57 | 0.63 | 0 | 0.69 | 0.27 | 114.42 | 0.53 | 0.48 |
| Hex | 45 | BA | 39 | 3F | 0 | 45 | 1B | 72 | 35 | 30 |
| Octal | 105 | 272 | 71 | 77 | 0 | 105 | 33 | 162 | 65 | 60 |
| Binary | 1000101 | 10111010 | 111001 | 111111 | 0 | 1000101 | 11011 | 1110010 | 110101 | 110000 |
Color Harmonies of #45BA39
Complementary color
Monochromatic Colors of #45BA39
Black with #45BA39
Text Example
Text Example
White with #45BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA39; }
p { color: rgb(69,186,57); }
H1.HeaderClassName
{
color: #45BA39;
}
.AnyTagClassName
{
color: #45BA39;
}
</style>
background-color css
<style>
a { background-color: #45BA39; }
a { background-color: rgb(69,186,57); }
div.DivClassName
{
background-color: #45BA39;
}
.BgClassName
{
background-color: #45BA39;
}
</style>
border-color css
<style>
span { border-color: #45BA39; }
span { border-color: rgb(69,186,57); }
td.TdClassName
{
border-color: #45BA39;
}
.TagClassName
{
border-color: #45BA39;
}
</style>