Shades of Lime Green #33DC54
Tints of Lime Green #33DC54
RGB
CMYK
RGB Variations
Color information
#33DC54 (or 0x33DC54) is known color: Lime Green. HEX triplet: 33, DC and 54. RGB value is (51,220,84). Sum of RGB (Red+Green+Blue) = 51+220+84=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DC54 is #CC23AB. Grayscale: #9A9A9A. Windows color (decimal): -13378476 or 5561395. OLE color: 5561395.
HSL color Cylindrical-coordinate representation of color #33DC54: hue angle of 131.72º 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 #33DC54 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 84 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.14 |
| HSL | 131.72º | 0.71% | 0.53% | - |
| HSV(B) | 131.72º | 0.77% | 0.86% | - |
| XYZ | 28.56 | 52.53 | 17.02 | - |
| YUV | 153.97 | 88.51 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 84 | 0.77 | 0 | 0.62 | 0.14 | 131.72 | 0.71 | 0.53 |
| Hex | 33 | DC | 54 | 4D | 0 | 3E | E | 84 | 47 | 35 |
| Octal | 63 | 334 | 124 | 115 | 0 | 76 | 16 | 204 | 107 | 65 |
| Binary | 110011 | 11011100 | 1010100 | 1001101 | 0 | 111110 | 1110 | 10000100 | 1000111 | 110101 |
Color Harmonies of #33DC54
Complementary color
Monochromatic Colors of #33DC54
Black with #33DC54
Text Example
Text Example
White with #33DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC54; }
p { color: rgb(51,220,84); }
H1.HeaderClassName
{
color: #33DC54;
}
.AnyTagClassName
{
color: #33DC54;
}
</style>
background-color css
<style>
a { background-color: #33DC54; }
a { background-color: rgb(51,220,84); }
div.DivClassName
{
background-color: #33DC54;
}
.BgClassName
{
background-color: #33DC54;
}
</style>
border-color css
<style>
span { border-color: #33DC54; }
span { border-color: rgb(51,220,84); }
td.TdClassName
{
border-color: #33DC54;
}
.TagClassName
{
border-color: #33DC54;
}
</style>