Shades of Lime Green #33CC2F
Tints of Lime Green #33CC2F
RGB
CMYK
RGB Variations
Color information
#33CC2F (or 0x33CC2F) is known color: Lime Green. HEX triplet: 33, CC and 2F. RGB value is (51,204,47). Sum of RGB (Red+Green+Blue) = 51+204+47=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 204 (80.08% from 255 or 67.55% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CC2F is #CC33D0. Grayscale: #8C8C8C. Windows color (decimal): -13382609 or 3132467. OLE color: 3132467.
HSL color Cylindrical-coordinate representation of color #33CC2F: hue angle of 118.47º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CC2F is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 47 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.2 |
| HSL | 118.47º | 0.63% | 0.49% | - |
| HSV(B) | 118.47º | 0.77% | 0.8% | - |
| XYZ | 23.47 | 44.09 | 9.96 | - |
| YUV | 140.36 | 75.31 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 47 | 0.75 | 0 | 0.77 | 0.2 | 118.47 | 0.63 | 0.49 |
| Hex | 33 | CC | 2F | 4B | 0 | 4D | 14 | 76 | 3F | 31 |
| Octal | 63 | 314 | 57 | 113 | 0 | 115 | 24 | 166 | 77 | 61 |
| Binary | 110011 | 11001100 | 101111 | 1001011 | 0 | 1001101 | 10100 | 1110110 | 111111 | 110001 |
Color Harmonies of #33CC2F
Complementary color
Monochromatic Colors of #33CC2F
Black with #33CC2F
Text Example
Text Example
White with #33CC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CC2F; }
p { color: rgb(51,204,47); }
H1.HeaderClassName
{
color: #33CC2F;
}
.AnyTagClassName
{
color: #33CC2F;
}
</style>
background-color css
<style>
a { background-color: #33CC2F; }
a { background-color: rgb(51,204,47); }
div.DivClassName
{
background-color: #33CC2F;
}
.BgClassName
{
background-color: #33CC2F;
}
</style>
border-color css
<style>
span { border-color: #33CC2F; }
span { border-color: rgb(51,204,47); }
td.TdClassName
{
border-color: #33CC2F;
}
.TagClassName
{
border-color: #33CC2F;
}
</style>