Shades of Lime Green #33CC4C
Tints of Lime Green #33CC4C
RGB
CMYK
RGB Variations
Color information
#33CC4C (or 0x33CC4C) is known color: Lime Green. HEX triplet: 33, CC and 4C. RGB value is (51,204,76). Sum of RGB (Red+Green+Blue) = 51+204+76=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CC4C is #CC33B3. Grayscale: #909090. Windows color (decimal): -13382580 or 5033011. OLE color: 5033011.
HSL color Cylindrical-coordinate representation of color #33CC4C: hue angle of 129.8º 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 #33CC4C is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 76 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.2 |
| HSL | 129.8º | 0.6% | 0.5% | - |
| HSV(B) | 129.8º | 0.75% | 0.8% | - |
| XYZ | 24.26 | 44.41 | 14.13 | - |
| YUV | 143.66 | 89.81 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 76 | 0.75 | 0 | 0.63 | 0.2 | 129.8 | 0.6 | 0.5 |
| Hex | 33 | CC | 4C | 4B | 0 | 3F | 14 | 82 | 3C | 32 |
| Octal | 63 | 314 | 114 | 113 | 0 | 77 | 24 | 202 | 74 | 62 |
| Binary | 110011 | 11001100 | 1001100 | 1001011 | 0 | 111111 | 10100 | 10000010 | 111100 | 110010 |
Color Harmonies of #33CC4C
Complementary color
Monochromatic Colors of #33CC4C
Black with #33CC4C
Text Example
Text Example
White with #33CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CC4C; }
p { color: rgb(51,204,76); }
H1.HeaderClassName
{
color: #33CC4C;
}
.AnyTagClassName
{
color: #33CC4C;
}
</style>
background-color css
<style>
a { background-color: #33CC4C; }
a { background-color: rgb(51,204,76); }
div.DivClassName
{
background-color: #33CC4C;
}
.BgClassName
{
background-color: #33CC4C;
}
</style>
border-color css
<style>
span { border-color: #33CC4C; }
span { border-color: rgb(51,204,76); }
td.TdClassName
{
border-color: #33CC4C;
}
.TagClassName
{
border-color: #33CC4C;
}
</style>