Shades of Lime Green #33BB2C
Tints of Lime Green #33BB2C
RGB
CMYK
RGB Variations
Color information
#33BB2C (or 0x33BB2C) is known color: Lime Green. HEX triplet: 33, BB and 2C. RGB value is (51,187,44). Sum of RGB (Red+Green+Blue) = 51+187+44=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 187 (73.44% from 255 or 66.31% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 187 - color contains mainly: green. Hex color #33BB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BB2C is #CC44D3. Grayscale: #828282. Windows color (decimal): -13386964 or 2931507. OLE color: 2931507.
HSL color Cylindrical-coordinate representation of color #33BB2C: hue angle of 117.06º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33BB2C is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 187 | 44 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.27 |
| HSL | 117.06º | 0.62% | 0.45% | - |
| HSV(B) | 117.06º | 0.76% | 0.73% | - |
| XYZ | 19.59 | 36.43 | 8.38 | - |
| YUV | 130.03 | 79.44 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 44 | 0.73 | 0 | 0.76 | 0.27 | 117.06 | 0.62 | 0.45 |
| Hex | 33 | BB | 2C | 49 | 0 | 4C | 1B | 75 | 3E | 2D |
| Octal | 63 | 273 | 54 | 111 | 0 | 114 | 33 | 165 | 76 | 55 |
| Binary | 110011 | 10111011 | 101100 | 1001001 | 0 | 1001100 | 11011 | 1110101 | 111110 | 101101 |
Color Harmonies of #33BB2C
Complementary color
Monochromatic Colors of #33BB2C
Black with #33BB2C
Text Example
Text Example
White with #33BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BB2C; }
p { color: rgb(51,187,44); }
H1.HeaderClassName
{
color: #33BB2C;
}
.AnyTagClassName
{
color: #33BB2C;
}
</style>
background-color css
<style>
a { background-color: #33BB2C; }
a { background-color: rgb(51,187,44); }
div.DivClassName
{
background-color: #33BB2C;
}
.BgClassName
{
background-color: #33BB2C;
}
</style>
border-color css
<style>
span { border-color: #33BB2C; }
span { border-color: rgb(51,187,44); }
td.TdClassName
{
border-color: #33BB2C;
}
.TagClassName
{
border-color: #33BB2C;
}
</style>