Shades of Lime Green #33DC53
Tints of Lime Green #33DC53
RGB
CMYK
RGB Variations
Color information
#33DC53 (or 0x33DC53) is known color: Lime Green. HEX triplet: 33, DC and 53. RGB value is (51,220,83). Sum of RGB (Red+Green+Blue) = 51+220+83=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DC53 is #CC23AC. Grayscale: #9A9A9A. Windows color (decimal): -13378477 or 5495859. OLE color: 5495859.
HSL color Cylindrical-coordinate representation of color #33DC53: hue angle of 131.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DC53 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 83 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.14 |
| HSL | 131.36º | 0.71% | 0.53% | - |
| HSV(B) | 131.36º | 0.77% | 0.86% | - |
| XYZ | 28.52 | 52.51 | 16.82 | - |
| YUV | 153.85 | 88.01 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 83 | 0.77 | 0 | 0.62 | 0.14 | 131.36 | 0.71 | 0.53 |
| Hex | 33 | DC | 53 | 4D | 0 | 3E | E | 83 | 47 | 35 |
| Octal | 63 | 334 | 123 | 115 | 0 | 76 | 16 | 203 | 107 | 65 |
| Binary | 110011 | 11011100 | 1010011 | 1001101 | 0 | 111110 | 1110 | 10000011 | 1000111 | 110101 |
Color Harmonies of #33DC53
Complementary color
Monochromatic Colors of #33DC53
Black with #33DC53
Text Example
Text Example
White with #33DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC53; }
p { color: rgb(51,220,83); }
H1.HeaderClassName
{
color: #33DC53;
}
.AnyTagClassName
{
color: #33DC53;
}
</style>
background-color css
<style>
a { background-color: #33DC53; }
a { background-color: rgb(51,220,83); }
div.DivClassName
{
background-color: #33DC53;
}
.BgClassName
{
background-color: #33DC53;
}
</style>
border-color css
<style>
span { border-color: #33DC53; }
span { border-color: rgb(51,220,83); }
td.TdClassName
{
border-color: #33DC53;
}
.TagClassName
{
border-color: #33DC53;
}
</style>