Shades of Lime Green #33C229
Tints of Lime Green #33C229
RGB
CMYK
RGB Variations
Color information
#33C229 (or 0x33C229) is known color: Lime Green. HEX triplet: 33, C2 and 29. RGB value is (51,194,41). Sum of RGB (Red+Green+Blue) = 51+194+41=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #33C229 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C229 is #CC3DD6. Grayscale: #868686. Windows color (decimal): -13385175 or 2736691. OLE color: 2736691.
HSL color Cylindrical-coordinate representation of color #33C229: hue angle of 116.08º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33C229 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 194 | 41 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.24 |
| HSL | 116.08º | 0.65% | 0.46% | - |
| HSV(B) | 116.08º | 0.79% | 0.76% | - |
| XYZ | 21.06 | 39.45 | 8.6 | - |
| YUV | 133.8 | 75.62 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 41 | 0.74 | 0 | 0.79 | 0.24 | 116.08 | 0.65 | 0.46 |
| Hex | 33 | C2 | 29 | 4A | 0 | 4F | 18 | 74 | 41 | 2E |
| Octal | 63 | 302 | 51 | 112 | 0 | 117 | 30 | 164 | 101 | 56 |
| Binary | 110011 | 11000010 | 101001 | 1001010 | 0 | 1001111 | 11000 | 1110100 | 1000001 | 101110 |
Color Harmonies of #33C229
Complementary color
Monochromatic Colors of #33C229
Black with #33C229
Text Example
Text Example
White with #33C229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C229; }
p { color: rgb(51,194,41); }
H1.HeaderClassName
{
color: #33C229;
}
.AnyTagClassName
{
color: #33C229;
}
</style>
background-color css
<style>
a { background-color: #33C229; }
a { background-color: rgb(51,194,41); }
div.DivClassName
{
background-color: #33C229;
}
.BgClassName
{
background-color: #33C229;
}
</style>
border-color css
<style>
span { border-color: #33C229; }
span { border-color: rgb(51,194,41); }
td.TdClassName
{
border-color: #33C229;
}
.TagClassName
{
border-color: #33C229;
}
</style>