Shades of Lime Green #33B128
Tints of Lime Green #33B128
RGB
CMYK
RGB Variations
Color information
#33B128 (or 0x33B128) is known color: Lime Green. HEX triplet: 33, B1 and 28. RGB value is (51,177,40). Sum of RGB (Red+Green+Blue) = 51+177+40=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 177 (69.53% from 255 or 66.04% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 177 - color contains mainly: green. Hex color #33B128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B128 is #CC4ED7. Grayscale: #7C7C7C. Windows color (decimal): -13389528 or 2666803. OLE color: 2666803.
HSL color Cylindrical-coordinate representation of color #33B128: hue angle of 115.18º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33B128 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 177 | 40 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.31 |
| HSL | 115.18º | 0.63% | 0.43% | - |
| HSV(B) | 115.18º | 0.77% | 0.69% | - |
| XYZ | 17.47 | 32.3 | 7.32 | - |
| YUV | 123.71 | 80.76 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 177 | 40 | 0.71 | 0 | 0.77 | 0.31 | 115.18 | 0.63 | 0.43 |
| Hex | 33 | B1 | 28 | 47 | 0 | 4D | 1F | 73 | 3F | 2B |
| Octal | 63 | 261 | 50 | 107 | 0 | 115 | 37 | 163 | 77 | 53 |
| Binary | 110011 | 10110001 | 101000 | 1000111 | 0 | 1001101 | 11111 | 1110011 | 111111 | 101011 |
Color Harmonies of #33B128
Complementary color
Monochromatic Colors of #33B128
Black with #33B128
Text Example
Text Example
White with #33B128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B128; }
p { color: rgb(51,177,40); }
H1.HeaderClassName
{
color: #33B128;
}
.AnyTagClassName
{
color: #33B128;
}
</style>
background-color css
<style>
a { background-color: #33B128; }
a { background-color: rgb(51,177,40); }
div.DivClassName
{
background-color: #33B128;
}
.BgClassName
{
background-color: #33B128;
}
</style>
border-color css
<style>
span { border-color: #33B128; }
span { border-color: rgb(51,177,40); }
td.TdClassName
{
border-color: #33B128;
}
.TagClassName
{
border-color: #33B128;
}
</style>