Shades of Lime Green #33CC33
Tints of Lime Green #33CC33
RGB
CMYK
RGB Variations
Color information
#33CC33 (or 0x33CC33) is known color: Lime Green. HEX triplet: 33, CC and 33. RGB value is (51,204,51). Sum of RGB (Red+Green+Blue) = 51+204+51=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 204 (80.08% from 255 or 66.67% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC33 is a web safe color. Inversed color of #33CC33 is #CC33CC. Grayscale: #8D8D8D. Windows color (decimal): -13382605 or 3394611. OLE color: 3394611.
HSL color Cylindrical-coordinate representation of color #33CC33: hue angle of 120º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CC33 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 51 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.2 |
| HSL | 120º | 0.6% | 0.5% | - |
| HSV(B) | 120º | 0.75% | 0.8% | - |
| XYZ | 23.56 | 44.13 | 10.41 | - |
| YUV | 140.81 | 77.31 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 51 | 0.75 | 0 | 0.75 | 0.2 | 120 | 0.6 | 0.5 |
| Hex | 33 | CC | 33 | 4B | 0 | 4B | 14 | 78 | 3C | 32 |
| Octal | 63 | 314 | 63 | 113 | 0 | 113 | 24 | 170 | 74 | 62 |
| Binary | 110011 | 11001100 | 110011 | 1001011 | 0 | 1001011 | 10100 | 1111000 | 111100 | 110010 |
Color Harmonies of #33CC33
Complementary color
Monochromatic Colors of #33CC33
Black with #33CC33
Text Example
Text Example
White with #33CC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CC33; }
p { color: rgb(51,204,51); }
H1.HeaderClassName
{
color: #33CC33;
}
.AnyTagClassName
{
color: #33CC33;
}
</style>
background-color css
<style>
a { background-color: #33CC33; }
a { background-color: rgb(51,204,51); }
div.DivClassName
{
background-color: #33CC33;
}
.BgClassName
{
background-color: #33CC33;
}
</style>
border-color css
<style>
span { border-color: #33CC33; }
span { border-color: rgb(51,204,51); }
td.TdClassName
{
border-color: #33CC33;
}
.TagClassName
{
border-color: #33CC33;
}
</style>