Shades of Lime Green #33B731
Tints of Lime Green #33B731
RGB
CMYK
RGB Variations
Color information
#33B731 (or 0x33B731) is known color: Lime Green. HEX triplet: 33, B7 and 31. RGB value is (51,183,49). Sum of RGB (Red+Green+Blue) = 51+183+49=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 183 (71.88% from 255 or 64.66% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 183 - color contains mainly: green. Hex color #33B731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B731 is #CC48CE. Grayscale: #808080. Windows color (decimal): -13387983 or 3258163. OLE color: 3258163.
HSL color Cylindrical-coordinate representation of color #33B731: hue angle of 119.1º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33B731 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 183 | 49 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.28 |
| HSL | 119.1º | 0.58% | 0.45% | - |
| HSV(B) | 119.1º | 0.73% | 0.72% | - |
| XYZ | 18.85 | 34.79 | 8.63 | - |
| YUV | 128.26 | 83.27 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 183 | 49 | 0.72 | 0 | 0.73 | 0.28 | 119.1 | 0.58 | 0.45 |
| Hex | 33 | B7 | 31 | 48 | 0 | 49 | 1C | 77 | 3A | 2D |
| Octal | 63 | 267 | 61 | 110 | 0 | 111 | 34 | 167 | 72 | 55 |
| Binary | 110011 | 10110111 | 110001 | 1001000 | 0 | 1001001 | 11100 | 1110111 | 111010 | 101101 |
Color Harmonies of #33B731
Complementary color
Monochromatic Colors of #33B731
Black with #33B731
Text Example
Text Example
White with #33B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B731; }
p { color: rgb(51,183,49); }
H1.HeaderClassName
{
color: #33B731;
}
.AnyTagClassName
{
color: #33B731;
}
</style>
background-color css
<style>
a { background-color: #33B731; }
a { background-color: rgb(51,183,49); }
div.DivClassName
{
background-color: #33B731;
}
.BgClassName
{
background-color: #33B731;
}
</style>
border-color css
<style>
span { border-color: #33B731; }
span { border-color: rgb(51,183,49); }
td.TdClassName
{
border-color: #33B731;
}
.TagClassName
{
border-color: #33B731;
}
</style>