Shades of Lime Green #45BC31
Tints of Lime Green #45BC31
RGB
CMYK
RGB Variations
Color information
#45BC31 (or 0x45BC31) is known color: Lime Green. HEX triplet: 45, BC and 31. RGB value is (69,188,49). Sum of RGB (Red+Green+Blue) = 69+188+49=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC31 is #BA43CE. Grayscale: #898989. Windows color (decimal): -12207055 or 3259461. OLE color: 3259461.
HSL color Cylindrical-coordinate representation of color #45BC31: hue angle of 111.37º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45BC31 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 49 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.26 |
| HSL | 111.37º | 0.59% | 0.46% | - |
| HSV(B) | 111.37º | 0.74% | 0.74% | - |
| XYZ | 20.99 | 37.45 | 9.03 | - |
| YUV | 136.57 | 78.58 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 49 | 0.63 | 0 | 0.74 | 0.26 | 111.37 | 0.59 | 0.46 |
| Hex | 45 | BC | 31 | 3F | 0 | 4A | 1A | 6F | 3B | 2E |
| Octal | 105 | 274 | 61 | 77 | 0 | 112 | 32 | 157 | 73 | 56 |
| Binary | 1000101 | 10111100 | 110001 | 111111 | 0 | 1001010 | 11010 | 1101111 | 111011 | 101110 |
Color Harmonies of #45BC31
Complementary color
Monochromatic Colors of #45BC31
Black with #45BC31
Text Example
Text Example
White with #45BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC31; }
p { color: rgb(69,188,49); }
H1.HeaderClassName
{
color: #45BC31;
}
.AnyTagClassName
{
color: #45BC31;
}
</style>
background-color css
<style>
a { background-color: #45BC31; }
a { background-color: rgb(69,188,49); }
div.DivClassName
{
background-color: #45BC31;
}
.BgClassName
{
background-color: #45BC31;
}
</style>
border-color css
<style>
span { border-color: #45BC31; }
span { border-color: rgb(69,188,49); }
td.TdClassName
{
border-color: #45BC31;
}
.TagClassName
{
border-color: #45BC31;
}
</style>