Shades of Lime Green #45BC33
Tints of Lime Green #45BC33
RGB
CMYK
RGB Variations
Color information
#45BC33 (or 0x45BC33) is known color: Lime Green. HEX triplet: 45, BC and 33. RGB value is (69,188,51). Sum of RGB (Red+Green+Blue) = 69+188+51=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC33 is #BA43CC. Grayscale: #898989. Windows color (decimal): -12207053 or 3390533. OLE color: 3390533.
HSL color Cylindrical-coordinate representation of color #45BC33: hue angle of 112.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45BC33 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 51 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.26 |
| HSL | 112.12º | 0.57% | 0.47% | - |
| HSV(B) | 112.12º | 0.73% | 0.74% | - |
| XYZ | 21.04 | 37.47 | 9.26 | - |
| YUV | 136.8 | 79.58 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 51 | 0.63 | 0 | 0.73 | 0.26 | 112.12 | 0.57 | 0.47 |
| Hex | 45 | BC | 33 | 3F | 0 | 49 | 1A | 70 | 39 | 2F |
| Octal | 105 | 274 | 63 | 77 | 0 | 111 | 32 | 160 | 71 | 57 |
| Binary | 1000101 | 10111100 | 110011 | 111111 | 0 | 1001001 | 11010 | 1110000 | 111001 | 101111 |
Color Harmonies of #45BC33
Complementary color
Monochromatic Colors of #45BC33
Black with #45BC33
Text Example
Text Example
White with #45BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC33; }
p { color: rgb(69,188,51); }
H1.HeaderClassName
{
color: #45BC33;
}
.AnyTagClassName
{
color: #45BC33;
}
</style>
background-color css
<style>
a { background-color: #45BC33; }
a { background-color: rgb(69,188,51); }
div.DivClassName
{
background-color: #45BC33;
}
.BgClassName
{
background-color: #45BC33;
}
</style>
border-color css
<style>
span { border-color: #45BC33; }
span { border-color: rgb(69,188,51); }
td.TdClassName
{
border-color: #45BC33;
}
.TagClassName
{
border-color: #45BC33;
}
</style>