Shades of Lime Green #45BA3D
Tints of Lime Green #45BA3D
RGB
CMYK
RGB Variations
Color information
#45BA3D (or 0x45BA3D) is known color: Lime Green. HEX triplet: 45, BA and 3D. RGB value is (69,186,61). Sum of RGB (Red+Green+Blue) = 69+186+61=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA3D is #BA45C2. Grayscale: #898989. Windows color (decimal): -12207555 or 4045381. OLE color: 4045381.
HSL color Cylindrical-coordinate representation of color #45BA3D: hue angle of 116.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45BA3D is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 61 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.27 |
| HSL | 116.16º | 0.51% | 0.48% | - |
| HSV(B) | 116.16º | 0.67% | 0.73% | - |
| XYZ | 20.86 | 36.72 | 10.4 | - |
| YUV | 136.77 | 85.24 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 61 | 0.63 | 0 | 0.67 | 0.27 | 116.16 | 0.51 | 0.48 |
| Hex | 45 | BA | 3D | 3F | 0 | 43 | 1B | 74 | 33 | 30 |
| Octal | 105 | 272 | 75 | 77 | 0 | 103 | 33 | 164 | 63 | 60 |
| Binary | 1000101 | 10111010 | 111101 | 111111 | 0 | 1000011 | 11011 | 1110100 | 110011 | 110000 |
Color Harmonies of #45BA3D
Complementary color
Monochromatic Colors of #45BA3D
Black with #45BA3D
Text Example
Text Example
White with #45BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA3D; }
p { color: rgb(69,186,61); }
H1.HeaderClassName
{
color: #45BA3D;
}
.AnyTagClassName
{
color: #45BA3D;
}
</style>
background-color css
<style>
a { background-color: #45BA3D; }
a { background-color: rgb(69,186,61); }
div.DivClassName
{
background-color: #45BA3D;
}
.BgClassName
{
background-color: #45BA3D;
}
</style>
border-color css
<style>
span { border-color: #45BA3D; }
span { border-color: rgb(69,186,61); }
td.TdClassName
{
border-color: #45BA3D;
}
.TagClassName
{
border-color: #45BA3D;
}
</style>