Shades of Lime Green #33C553
Tints of Lime Green #33C553
RGB
CMYK
RGB Variations
Color information
#33C553 (or 0x33C553) is known color: Lime Green. HEX triplet: 33, C5 and 53. RGB value is (51,197,83). Sum of RGB (Red+Green+Blue) = 51+197+83=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #33C553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C553 is #CC3AAC. Grayscale: #8C8C8C. Windows color (decimal): -13384365 or 5489971. OLE color: 5489971.
HSL color Cylindrical-coordinate representation of color #33C553: hue angle of 133.15º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C553 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 83 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.23 |
| HSL | 133.15º | 0.59% | 0.49% | - |
| HSV(B) | 133.15º | 0.74% | 0.77% | - |
| XYZ | 22.89 | 41.26 | 14.94 | - |
| YUV | 140.35 | 95.63 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 83 | 0.74 | 0 | 0.58 | 0.23 | 133.15 | 0.59 | 0.49 |
| Hex | 33 | C5 | 53 | 4A | 0 | 3A | 17 | 85 | 3B | 31 |
| Octal | 63 | 305 | 123 | 112 | 0 | 72 | 27 | 205 | 73 | 61 |
| Binary | 110011 | 11000101 | 1010011 | 1001010 | 0 | 111010 | 10111 | 10000101 | 111011 | 110001 |
Color Harmonies of #33C553
Complementary color
Monochromatic Colors of #33C553
Black with #33C553
Text Example
Text Example
White with #33C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C553; }
p { color: rgb(51,197,83); }
H1.HeaderClassName
{
color: #33C553;
}
.AnyTagClassName
{
color: #33C553;
}
</style>
background-color css
<style>
a { background-color: #33C553; }
a { background-color: rgb(51,197,83); }
div.DivClassName
{
background-color: #33C553;
}
.BgClassName
{
background-color: #33C553;
}
</style>
border-color css
<style>
span { border-color: #33C553; }
span { border-color: rgb(51,197,83); }
td.TdClassName
{
border-color: #33C553;
}
.TagClassName
{
border-color: #33C553;
}
</style>