Shades of Lime Green #33BA46
Tints of Lime Green #33BA46
RGB
CMYK
RGB Variations
Color information
#33BA46 (or 0x33BA46) is known color: Lime Green. HEX triplet: 33, BA and 46. RGB value is (51,186,70). Sum of RGB (Red+Green+Blue) = 51+186+70=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BA46 is #CC45B9. Grayscale: #848484. Windows color (decimal): -13387194 or 4635187. OLE color: 4635187.
HSL color Cylindrical-coordinate representation of color #33BA46: hue angle of 128.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BA46 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 70 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.27 |
| HSL | 128.44º | 0.57% | 0.46% | - |
| HSV(B) | 128.44º | 0.73% | 0.73% | - |
| XYZ | 20.03 | 36.26 | 11.74 | - |
| YUV | 132.41 | 92.77 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 70 | 0.73 | 0 | 0.62 | 0.27 | 128.44 | 0.57 | 0.46 |
| Hex | 33 | BA | 46 | 49 | 0 | 3E | 1B | 80 | 39 | 2E |
| Octal | 63 | 272 | 106 | 111 | 0 | 76 | 33 | 200 | 71 | 56 |
| Binary | 110011 | 10111010 | 1000110 | 1001001 | 0 | 111110 | 11011 | 10000000 | 111001 | 101110 |
Color Harmonies of #33BA46
Complementary color
Monochromatic Colors of #33BA46
Black with #33BA46
Text Example
Text Example
White with #33BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA46; }
p { color: rgb(51,186,70); }
H1.HeaderClassName
{
color: #33BA46;
}
.AnyTagClassName
{
color: #33BA46;
}
</style>
background-color css
<style>
a { background-color: #33BA46; }
a { background-color: rgb(51,186,70); }
div.DivClassName
{
background-color: #33BA46;
}
.BgClassName
{
background-color: #33BA46;
}
</style>
border-color css
<style>
span { border-color: #33BA46; }
span { border-color: rgb(51,186,70); }
td.TdClassName
{
border-color: #33BA46;
}
.TagClassName
{
border-color: #33BA46;
}
</style>