Shades of Lime Green #33C04A
Tints of Lime Green #33C04A
RGB
CMYK
RGB Variations
Color information
#33C04A (or 0x33C04A) is known color: Lime Green. HEX triplet: 33, C0 and 4A. RGB value is (51,192,74). Sum of RGB (Red+Green+Blue) = 51+192+74=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #33C04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C04A is #CC3FB5. Grayscale: #888888. Windows color (decimal): -13385654 or 4898867. OLE color: 4898867.
HSL color Cylindrical-coordinate representation of color #33C04A: hue angle of 129.79º 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 #33C04A is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 74 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.25 |
| HSL | 129.79º | 0.58% | 0.48% | - |
| HSV(B) | 129.79º | 0.73% | 0.75% | - |
| XYZ | 21.45 | 38.9 | 12.86 | - |
| YUV | 136.39 | 92.79 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 74 | 0.73 | 0 | 0.61 | 0.25 | 129.79 | 0.58 | 0.48 |
| Hex | 33 | C0 | 4A | 49 | 0 | 3D | 19 | 82 | 3A | 30 |
| Octal | 63 | 300 | 112 | 111 | 0 | 75 | 31 | 202 | 72 | 60 |
| Binary | 110011 | 11000000 | 1001010 | 1001001 | 0 | 111101 | 11001 | 10000010 | 111010 | 110000 |
Color Harmonies of #33C04A
Complementary color
Monochromatic Colors of #33C04A
Black with #33C04A
Text Example
Text Example
White with #33C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C04A; }
p { color: rgb(51,192,74); }
H1.HeaderClassName
{
color: #33C04A;
}
.AnyTagClassName
{
color: #33C04A;
}
</style>
background-color css
<style>
a { background-color: #33C04A; }
a { background-color: rgb(51,192,74); }
div.DivClassName
{
background-color: #33C04A;
}
.BgClassName
{
background-color: #33C04A;
}
</style>
border-color css
<style>
span { border-color: #33C04A; }
span { border-color: rgb(51,192,74); }
td.TdClassName
{
border-color: #33C04A;
}
.TagClassName
{
border-color: #33C04A;
}
</style>