Shades of Lime Green #33C04F
Tints of Lime Green #33C04F
RGB
CMYK
RGB Variations
Color information
#33C04F (or 0x33C04F) is known color: Lime Green. HEX triplet: 33, C0 and 4F. RGB value is (51,192,79). Sum of RGB (Red+Green+Blue) = 51+192+79=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #33C04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C04F is #CC3FB0. Grayscale: #898989. Windows color (decimal): -13385649 or 5226547. OLE color: 5226547.
HSL color Cylindrical-coordinate representation of color #33C04F: hue angle of 131.91º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C04F is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 79 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.25 |
| HSL | 131.91º | 0.58% | 0.48% | - |
| HSV(B) | 131.91º | 0.73% | 0.75% | - |
| XYZ | 21.63 | 38.97 | 13.78 | - |
| YUV | 136.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 79 | 0.73 | 0 | 0.59 | 0.25 | 131.91 | 0.58 | 0.48 |
| Hex | 33 | C0 | 4F | 49 | 0 | 3B | 19 | 84 | 3A | 30 |
| Octal | 63 | 300 | 117 | 111 | 0 | 73 | 31 | 204 | 72 | 60 |
| Binary | 110011 | 11000000 | 1001111 | 1001001 | 0 | 111011 | 11001 | 10000100 | 111010 | 110000 |
Color Harmonies of #33C04F
Complementary color
Monochromatic Colors of #33C04F
Black with #33C04F
Text Example
Text Example
White with #33C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C04F; }
p { color: rgb(51,192,79); }
H1.HeaderClassName
{
color: #33C04F;
}
.AnyTagClassName
{
color: #33C04F;
}
</style>
background-color css
<style>
a { background-color: #33C04F; }
a { background-color: rgb(51,192,79); }
div.DivClassName
{
background-color: #33C04F;
}
.BgClassName
{
background-color: #33C04F;
}
</style>
border-color css
<style>
span { border-color: #33C04F; }
span { border-color: rgb(51,192,79); }
td.TdClassName
{
border-color: #33C04F;
}
.TagClassName
{
border-color: #33C04F;
}
</style>