Shades of Lime Green #33B334
Tints of Lime Green #33B334
RGB
CMYK
RGB Variations
Color information
#33B334 (or 0x33B334) is known color: Lime Green. HEX triplet: 33, B3 and 34. RGB value is (51,179,52). Sum of RGB (Red+Green+Blue) = 51+179+52=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #33B334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B334 is #CC4CCB. Grayscale: #7E7E7E. Windows color (decimal): -13389004 or 3453747. OLE color: 3453747.
HSL color Cylindrical-coordinate representation of color #33B334: hue angle of 120.47º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B334 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 179 | 52 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.30 |
| HSL | 120.47º | 0.56% | 0.45% | - |
| HSV(B) | 120.47º | 0.72% | 0.7% | - |
| XYZ | 18.11 | 33.19 | 8.7 | - |
| YUV | 126.25 | 86.09 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 179 | 52 | 0.72 | 0 | 0.71 | 0.30 | 120.47 | 0.56 | 0.45 |
| Hex | 33 | B3 | 34 | 48 | 0 | 47 | 1E | 78 | 38 | 2D |
| Octal | 63 | 263 | 64 | 110 | 0 | 107 | 36 | 170 | 70 | 55 |
| Binary | 110011 | 10110011 | 110100 | 1001000 | 0 | 1000111 | 11110 | 1111000 | 111000 | 101101 |
Color Harmonies of #33B334
Complementary color
Monochromatic Colors of #33B334
Black with #33B334
Text Example
Text Example
White with #33B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B334; }
p { color: rgb(51,179,52); }
H1.HeaderClassName
{
color: #33B334;
}
.AnyTagClassName
{
color: #33B334;
}
</style>
background-color css
<style>
a { background-color: #33B334; }
a { background-color: rgb(51,179,52); }
div.DivClassName
{
background-color: #33B334;
}
.BgClassName
{
background-color: #33B334;
}
</style>
border-color css
<style>
span { border-color: #33B334; }
span { border-color: rgb(51,179,52); }
td.TdClassName
{
border-color: #33B334;
}
.TagClassName
{
border-color: #33B334;
}
</style>