Shades of Lime Green #33C040
Tints of Lime Green #33C040
RGB
CMYK
RGB Variations
Color information
#33C040 (or 0x33C040) is known color: Lime Green. HEX triplet: 33, C0 and 40. RGB value is (51,192,64). Sum of RGB (Red+Green+Blue) = 51+192+64=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #33C040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C040 is #CC3FBF. Grayscale: #878787. Windows color (decimal): -13385664 or 4243507. OLE color: 4243507.
HSL color Cylindrical-coordinate representation of color #33C040: hue angle of 125.53º 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 #33C040 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 64 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.25 |
| HSL | 125.53º | 0.58% | 0.48% | - |
| HSV(B) | 125.53º | 0.73% | 0.75% | - |
| XYZ | 21.14 | 38.77 | 11.22 | - |
| YUV | 135.25 | 87.79 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 64 | 0.73 | 0 | 0.67 | 0.25 | 125.53 | 0.58 | 0.48 |
| Hex | 33 | C0 | 40 | 49 | 0 | 43 | 19 | 7E | 3A | 30 |
| Octal | 63 | 300 | 100 | 111 | 0 | 103 | 31 | 176 | 72 | 60 |
| Binary | 110011 | 11000000 | 1000000 | 1001001 | 0 | 1000011 | 11001 | 1111110 | 111010 | 110000 |
Color Harmonies of #33C040
Complementary color
Monochromatic Colors of #33C040
Black with #33C040
Text Example
Text Example
White with #33C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C040; }
p { color: rgb(51,192,64); }
H1.HeaderClassName
{
color: #33C040;
}
.AnyTagClassName
{
color: #33C040;
}
</style>
background-color css
<style>
a { background-color: #33C040; }
a { background-color: rgb(51,192,64); }
div.DivClassName
{
background-color: #33C040;
}
.BgClassName
{
background-color: #33C040;
}
</style>
border-color css
<style>
span { border-color: #33C040; }
span { border-color: rgb(51,192,64); }
td.TdClassName
{
border-color: #33C040;
}
.TagClassName
{
border-color: #33C040;
}
</style>