Shades of Lime Green #33C653
Tints of Lime Green #33C653
RGB
CMYK
RGB Variations
Color information
#33C653 (or 0x33C653) is known color: Lime Green. HEX triplet: 33, C6 and 53. RGB value is (51,198,83). Sum of RGB (Red+Green+Blue) = 51+198+83=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 198 (77.73% from 255 or 59.64% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 198 - color contains mainly: green. Hex color #33C653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C653 is #CC39AC. Grayscale: #8D8D8D. Windows color (decimal): -13384109 or 5490227. OLE color: 5490227.
HSL color Cylindrical-coordinate representation of color #33C653: hue angle of 133.06º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C653 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 198 | 83 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.22 |
| HSL | 133.06º | 0.59% | 0.49% | - |
| HSV(B) | 133.06º | 0.74% | 0.78% | - |
| XYZ | 23.12 | 41.72 | 15.02 | - |
| YUV | 140.94 | 95.3 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 198 | 83 | 0.74 | 0 | 0.58 | 0.22 | 133.06 | 0.59 | 0.49 |
| Hex | 33 | C6 | 53 | 4A | 0 | 3A | 16 | 85 | 3B | 31 |
| Octal | 63 | 306 | 123 | 112 | 0 | 72 | 26 | 205 | 73 | 61 |
| Binary | 110011 | 11000110 | 1010011 | 1001010 | 0 | 111010 | 10110 | 10000101 | 111011 | 110001 |
Color Harmonies of #33C653
Complementary color
Monochromatic Colors of #33C653
Black with #33C653
Text Example
Text Example
White with #33C653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C653; }
p { color: rgb(51,198,83); }
H1.HeaderClassName
{
color: #33C653;
}
.AnyTagClassName
{
color: #33C653;
}
</style>
background-color css
<style>
a { background-color: #33C653; }
a { background-color: rgb(51,198,83); }
div.DivClassName
{
background-color: #33C653;
}
.BgClassName
{
background-color: #33C653;
}
</style>
border-color css
<style>
span { border-color: #33C653; }
span { border-color: rgb(51,198,83); }
td.TdClassName
{
border-color: #33C653;
}
.TagClassName
{
border-color: #33C653;
}
</style>