Shades of Lime Green #33BC2F
Tints of Lime Green #33BC2F
RGB
CMYK
RGB Variations
Color information
#33BC2F (or 0x33BC2F) is known color: Lime Green. HEX triplet: 33, BC and 2F. RGB value is (51,188,47). Sum of RGB (Red+Green+Blue) = 51+188+47=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC2F is #CC43D0. Grayscale: #838383. Windows color (decimal): -13386705 or 3128371. OLE color: 3128371.
HSL color Cylindrical-coordinate representation of color #33BC2F: hue angle of 118.3º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33BC2F is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 47 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.26 |
| HSL | 118.3º | 0.6% | 0.46% | - |
| HSV(B) | 118.3º | 0.75% | 0.74% | - |
| XYZ | 19.86 | 36.88 | 8.76 | - |
| YUV | 130.96 | 80.61 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 47 | 0.73 | 0 | 0.75 | 0.26 | 118.3 | 0.6 | 0.46 |
| Hex | 33 | BC | 2F | 49 | 0 | 4B | 1A | 76 | 3C | 2E |
| Octal | 63 | 274 | 57 | 111 | 0 | 113 | 32 | 166 | 74 | 56 |
| Binary | 110011 | 10111100 | 101111 | 1001001 | 0 | 1001011 | 11010 | 1110110 | 111100 | 101110 |
Color Harmonies of #33BC2F
Complementary color
Monochromatic Colors of #33BC2F
Black with #33BC2F
Text Example
Text Example
White with #33BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BC2F; }
p { color: rgb(51,188,47); }
H1.HeaderClassName
{
color: #33BC2F;
}
.AnyTagClassName
{
color: #33BC2F;
}
</style>
background-color css
<style>
a { background-color: #33BC2F; }
a { background-color: rgb(51,188,47); }
div.DivClassName
{
background-color: #33BC2F;
}
.BgClassName
{
background-color: #33BC2F;
}
</style>
border-color css
<style>
span { border-color: #33BC2F; }
span { border-color: rgb(51,188,47); }
td.TdClassName
{
border-color: #33BC2F;
}
.TagClassName
{
border-color: #33BC2F;
}
</style>