Shades of Lime Green #33D553
Tints of Lime Green #33D553
RGB
CMYK
RGB Variations
Color information
#33D553 (or 0x33D553) is known color: Lime Green. HEX triplet: 33, D5 and 53. RGB value is (51,213,83). Sum of RGB (Red+Green+Blue) = 51+213+83=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #33D553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D553 is #CC2AAC. Grayscale: #969696. Windows color (decimal): -13380269 or 5494067. OLE color: 5494067.
HSL color Cylindrical-coordinate representation of color #33D553: hue angle of 131.85º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D553 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 83 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.16 |
| HSL | 131.85º | 0.66% | 0.52% | - |
| HSV(B) | 131.85º | 0.76% | 0.84% | - |
| XYZ | 26.72 | 48.92 | 16.22 | - |
| YUV | 149.74 | 90.33 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 83 | 0.76 | 0 | 0.61 | 0.16 | 131.85 | 0.66 | 0.52 |
| Hex | 33 | D5 | 53 | 4C | 0 | 3D | 10 | 84 | 42 | 34 |
| Octal | 63 | 325 | 123 | 114 | 0 | 75 | 20 | 204 | 102 | 64 |
| Binary | 110011 | 11010101 | 1010011 | 1001100 | 0 | 111101 | 10000 | 10000100 | 1000010 | 110100 |
Color Harmonies of #33D553
Complementary color
Monochromatic Colors of #33D553
Black with #33D553
Text Example
Text Example
White with #33D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D553; }
p { color: rgb(51,213,83); }
H1.HeaderClassName
{
color: #33D553;
}
.AnyTagClassName
{
color: #33D553;
}
</style>
background-color css
<style>
a { background-color: #33D553; }
a { background-color: rgb(51,213,83); }
div.DivClassName
{
background-color: #33D553;
}
.BgClassName
{
background-color: #33D553;
}
</style>
border-color css
<style>
span { border-color: #33D553; }
span { border-color: rgb(51,213,83); }
td.TdClassName
{
border-color: #33D553;
}
.TagClassName
{
border-color: #33D553;
}
</style>