Shades of Lime Green #33B03B
Tints of Lime Green #33B03B
RGB
CMYK
RGB Variations
Color information
#33B03B (or 0x33B03B) is known color: Lime Green. HEX triplet: 33, B0 and 3B. RGB value is (51,176,59). Sum of RGB (Red+Green+Blue) = 51+176+59=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #33B03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B03B is #CC4FC4. Grayscale: #7D7D7D. Windows color (decimal): -13389765 or 3911731. OLE color: 3911731.
HSL color Cylindrical-coordinate representation of color #33B03B: hue angle of 123.84º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B03B is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 176 | 59 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.31 |
| HSL | 123.84º | 0.55% | 0.45% | - |
| HSV(B) | 123.84º | 0.71% | 0.69% | - |
| XYZ | 17.68 | 32.07 | 9.4 | - |
| YUV | 125.29 | 90.59 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 176 | 59 | 0.71 | 0 | 0.66 | 0.31 | 123.84 | 0.55 | 0.45 |
| Hex | 33 | B0 | 3B | 47 | 0 | 42 | 1F | 7C | 37 | 2D |
| Octal | 63 | 260 | 73 | 107 | 0 | 102 | 37 | 174 | 67 | 55 |
| Binary | 110011 | 10110000 | 111011 | 1000111 | 0 | 1000010 | 11111 | 1111100 | 110111 | 101101 |
Color Harmonies of #33B03B
Complementary color
Monochromatic Colors of #33B03B
Black with #33B03B
Text Example
Text Example
White with #33B03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B03B; }
p { color: rgb(51,176,59); }
H1.HeaderClassName
{
color: #33B03B;
}
.AnyTagClassName
{
color: #33B03B;
}
</style>
background-color css
<style>
a { background-color: #33B03B; }
a { background-color: rgb(51,176,59); }
div.DivClassName
{
background-color: #33B03B;
}
.BgClassName
{
background-color: #33B03B;
}
</style>
border-color css
<style>
span { border-color: #33B03B; }
span { border-color: rgb(51,176,59); }
td.TdClassName
{
border-color: #33B03B;
}
.TagClassName
{
border-color: #33B03B;
}
</style>