Shades of Lime Green #33BD3F
Tints of Lime Green #33BD3F
RGB
CMYK
RGB Variations
Color information
#33BD3F (or 0x33BD3F) is known color: Lime Green. HEX triplet: 33, BD and 3F. RGB value is (51,189,63). Sum of RGB (Red+Green+Blue) = 51+189+63=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD3F is #CC42C0. Grayscale: #858585. Windows color (decimal): -13386433 or 4177203. OLE color: 4177203.
HSL color Cylindrical-coordinate representation of color #33BD3F: hue angle of 125.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BD3F is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 63 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.26 |
| HSL | 125.22º | 0.58% | 0.47% | - |
| HSV(B) | 125.22º | 0.73% | 0.74% | - |
| XYZ | 20.46 | 37.46 | 10.85 | - |
| YUV | 133.37 | 88.28 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 63 | 0.73 | 0 | 0.67 | 0.26 | 125.22 | 0.58 | 0.47 |
| Hex | 33 | BD | 3F | 49 | 0 | 43 | 1A | 7D | 3A | 2F |
| Octal | 63 | 275 | 77 | 111 | 0 | 103 | 32 | 175 | 72 | 57 |
| Binary | 110011 | 10111101 | 111111 | 1001001 | 0 | 1000011 | 11010 | 1111101 | 111010 | 101111 |
Color Harmonies of #33BD3F
Complementary color
Monochromatic Colors of #33BD3F
Black with #33BD3F
Text Example
Text Example
White with #33BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BD3F; }
p { color: rgb(51,189,63); }
H1.HeaderClassName
{
color: #33BD3F;
}
.AnyTagClassName
{
color: #33BD3F;
}
</style>
background-color css
<style>
a { background-color: #33BD3F; }
a { background-color: rgb(51,189,63); }
div.DivClassName
{
background-color: #33BD3F;
}
.BgClassName
{
background-color: #33BD3F;
}
</style>
border-color css
<style>
span { border-color: #33BD3F; }
span { border-color: rgb(51,189,63); }
td.TdClassName
{
border-color: #33BD3F;
}
.TagClassName
{
border-color: #33BD3F;
}
</style>