Shades of Lime Green #33BD46
Tints of Lime Green #33BD46
RGB
CMYK
RGB Variations
Color information
#33BD46 (or 0x33BD46) is known color: Lime Green. HEX triplet: 33, BD and 46. RGB value is (51,189,70). Sum of RGB (Red+Green+Blue) = 51+189+70=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD46 is #CC42B9. Grayscale: #868686. Windows color (decimal): -13386426 or 4635955. OLE color: 4635955.
HSL color Cylindrical-coordinate representation of color #33BD46: hue angle of 128.26º 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 #33BD46 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 70 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.26 |
| HSL | 128.26º | 0.58% | 0.47% | - |
| HSV(B) | 128.26º | 0.73% | 0.74% | - |
| XYZ | 20.67 | 37.54 | 11.95 | - |
| YUV | 134.17 | 91.78 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 70 | 0.73 | 0 | 0.63 | 0.26 | 128.26 | 0.58 | 0.47 |
| Hex | 33 | BD | 46 | 49 | 0 | 3F | 1A | 80 | 3A | 2F |
| Octal | 63 | 275 | 106 | 111 | 0 | 77 | 32 | 200 | 72 | 57 |
| Binary | 110011 | 10111101 | 1000110 | 1001001 | 0 | 111111 | 11010 | 10000000 | 111010 | 101111 |
Color Harmonies of #33BD46
Complementary color
Monochromatic Colors of #33BD46
Black with #33BD46
Text Example
Text Example
White with #33BD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BD46; }
p { color: rgb(51,189,70); }
H1.HeaderClassName
{
color: #33BD46;
}
.AnyTagClassName
{
color: #33BD46;
}
</style>
background-color css
<style>
a { background-color: #33BD46; }
a { background-color: rgb(51,189,70); }
div.DivClassName
{
background-color: #33BD46;
}
.BgClassName
{
background-color: #33BD46;
}
</style>
border-color css
<style>
span { border-color: #33BD46; }
span { border-color: rgb(51,189,70); }
td.TdClassName
{
border-color: #33BD46;
}
.TagClassName
{
border-color: #33BD46;
}
</style>