Shades of Lime Green #33B722
Tints of Lime Green #33B722
RGB
CMYK
RGB Variations
Color information
#33B722 (or 0x33B722) is known color: Lime Green. HEX triplet: 33, B7 and 22. RGB value is (51,183,34). Sum of RGB (Red+Green+Blue) = 51+183+34=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 183 (71.88% from 255 or 68.28% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 183 - color contains mainly: green. Hex color #33B722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B722 is #CC48DD. Grayscale: #7F7F7F. Windows color (decimal): -13387998 or 2275123. OLE color: 2275123.
HSL color Cylindrical-coordinate representation of color #33B722: hue angle of 113.15º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33B722 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 183 | 34 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.28 |
| HSL | 113.15º | 0.69% | 0.43% | - |
| HSV(B) | 113.15º | 0.81% | 0.72% | - |
| XYZ | 18.59 | 34.69 | 7.23 | - |
| YUV | 126.55 | 75.77 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 183 | 34 | 0.72 | 0 | 0.81 | 0.28 | 113.15 | 0.69 | 0.43 |
| Hex | 33 | B7 | 22 | 48 | 0 | 51 | 1C | 71 | 45 | 2B |
| Octal | 63 | 267 | 42 | 110 | 0 | 121 | 34 | 161 | 105 | 53 |
| Binary | 110011 | 10110111 | 100010 | 1001000 | 0 | 1010001 | 11100 | 1110001 | 1000101 | 101011 |
Color Harmonies of #33B722
Complementary color
Monochromatic Colors of #33B722
Black with #33B722
Text Example
Text Example
White with #33B722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B722; }
p { color: rgb(51,183,34); }
H1.HeaderClassName
{
color: #33B722;
}
.AnyTagClassName
{
color: #33B722;
}
</style>
background-color css
<style>
a { background-color: #33B722; }
a { background-color: rgb(51,183,34); }
div.DivClassName
{
background-color: #33B722;
}
.BgClassName
{
background-color: #33B722;
}
</style>
border-color css
<style>
span { border-color: #33B722; }
span { border-color: rgb(51,183,34); }
td.TdClassName
{
border-color: #33B722;
}
.TagClassName
{
border-color: #33B722;
}
</style>