Shades of Lime Green #45BB31
Tints of Lime Green #45BB31
RGB
CMYK
RGB Variations
Color information
#45BB31 (or 0x45BB31) is known color: Lime Green. HEX triplet: 45, BB and 31. RGB value is (69,187,49). Sum of RGB (Red+Green+Blue) = 69+187+49=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 187 (73.44% from 255 or 61.31% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 187 - color contains mainly: green. Hex color #45BB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BB31 is #BA44CE. Grayscale: #888888. Windows color (decimal): -12207311 or 3259205. OLE color: 3259205.
HSL color Cylindrical-coordinate representation of color #45BB31: hue angle of 111.3º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45BB31 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 187 | 49 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.27 |
| HSL | 111.3º | 0.58% | 0.46% | - |
| HSV(B) | 111.3º | 0.74% | 0.73% | - |
| XYZ | 20.78 | 37.03 | 8.96 | - |
| YUV | 135.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 187 | 49 | 0.63 | 0 | 0.74 | 0.27 | 111.3 | 0.58 | 0.46 |
| Hex | 45 | BB | 31 | 3F | 0 | 4A | 1B | 6F | 3A | 2E |
| Octal | 105 | 273 | 61 | 77 | 0 | 112 | 33 | 157 | 72 | 56 |
| Binary | 1000101 | 10111011 | 110001 | 111111 | 0 | 1001010 | 11011 | 1101111 | 111010 | 101110 |
Color Harmonies of #45BB31
Complementary color
Monochromatic Colors of #45BB31
Black with #45BB31
Text Example
Text Example
White with #45BB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BB31; }
p { color: rgb(69,187,49); }
H1.HeaderClassName
{
color: #45BB31;
}
.AnyTagClassName
{
color: #45BB31;
}
</style>
background-color css
<style>
a { background-color: #45BB31; }
a { background-color: rgb(69,187,49); }
div.DivClassName
{
background-color: #45BB31;
}
.BgClassName
{
background-color: #45BB31;
}
</style>
border-color css
<style>
span { border-color: #45BB31; }
span { border-color: rgb(69,187,49); }
td.TdClassName
{
border-color: #45BB31;
}
.TagClassName
{
border-color: #45BB31;
}
</style>