Shades of Lime Green #33BD2B
Tints of Lime Green #33BD2B
RGB
CMYK
RGB Variations
Color information
#33BD2B (or 0x33BD2B) is known color: Lime Green. HEX triplet: 33, BD and 2B. RGB value is (51,189,43). Sum of RGB (Red+Green+Blue) = 51+189+43=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD2B is #CC42D4. Grayscale: #838383. Windows color (decimal): -13386453 or 2866483. OLE color: 2866483.
HSL color Cylindrical-coordinate representation of color #33BD2B: hue angle of 116.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BD2B is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 43 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.26 |
| HSL | 116.71º | 0.63% | 0.45% | - |
| HSV(B) | 116.71º | 0.77% | 0.74% | - |
| XYZ | 20 | 37.27 | 8.43 | - |
| YUV | 131.09 | 78.28 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 43 | 0.73 | 0 | 0.77 | 0.26 | 116.71 | 0.63 | 0.45 |
| Hex | 33 | BD | 2B | 49 | 0 | 4D | 1A | 75 | 3F | 2D |
| Octal | 63 | 275 | 53 | 111 | 0 | 115 | 32 | 165 | 77 | 55 |
| Binary | 110011 | 10111101 | 101011 | 1001001 | 0 | 1001101 | 11010 | 1110101 | 111111 | 101101 |
Color Harmonies of #33BD2B
Complementary color
Monochromatic Colors of #33BD2B
Black with #33BD2B
Text Example
Text Example
White with #33BD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BD2B; }
p { color: rgb(51,189,43); }
H1.HeaderClassName
{
color: #33BD2B;
}
.AnyTagClassName
{
color: #33BD2B;
}
</style>
background-color css
<style>
a { background-color: #33BD2B; }
a { background-color: rgb(51,189,43); }
div.DivClassName
{
background-color: #33BD2B;
}
.BgClassName
{
background-color: #33BD2B;
}
</style>
border-color css
<style>
span { border-color: #33BD2B; }
span { border-color: rgb(51,189,43); }
td.TdClassName
{
border-color: #33BD2B;
}
.TagClassName
{
border-color: #33BD2B;
}
</style>