Shades of Lime Green #33D154
Tints of Lime Green #33D154
RGB
CMYK
RGB Variations
Color information
#33D154 (or 0x33D154) is known color: Lime Green. HEX triplet: 33, D1 and 54. RGB value is (51,209,84). Sum of RGB (Red+Green+Blue) = 51+209+84=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 209 (82.03% from 255 or 60.76% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 209 - color contains mainly: green. Hex color #33D154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D154 is #CC2EAB. Grayscale: #939393. Windows color (decimal): -13381292 or 5558579. OLE color: 5558579.
HSL color Cylindrical-coordinate representation of color #33D154: hue angle of 132.53º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D154 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 209 | 84 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.18 |
| HSL | 132.53º | 0.63% | 0.51% | - |
| HSV(B) | 132.53º | 0.76% | 0.82% | - |
| XYZ | 25.77 | 46.94 | 16.09 | - |
| YUV | 147.51 | 92.15 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 209 | 84 | 0.76 | 0 | 0.60 | 0.18 | 132.53 | 0.63 | 0.51 |
| Hex | 33 | D1 | 54 | 4C | 0 | 3C | 12 | 85 | 3F | 33 |
| Octal | 63 | 321 | 124 | 114 | 0 | 74 | 22 | 205 | 77 | 63 |
| Binary | 110011 | 11010001 | 1010100 | 1001100 | 0 | 111100 | 10010 | 10000101 | 111111 | 110011 |
Color Harmonies of #33D154
Complementary color
Monochromatic Colors of #33D154
Black with #33D154
Text Example
Text Example
White with #33D154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D154; }
p { color: rgb(51,209,84); }
H1.HeaderClassName
{
color: #33D154;
}
.AnyTagClassName
{
color: #33D154;
}
</style>
background-color css
<style>
a { background-color: #33D154; }
a { background-color: rgb(51,209,84); }
div.DivClassName
{
background-color: #33D154;
}
.BgClassName
{
background-color: #33D154;
}
</style>
border-color css
<style>
span { border-color: #33D154; }
span { border-color: rgb(51,209,84); }
td.TdClassName
{
border-color: #33D154;
}
.TagClassName
{
border-color: #33D154;
}
</style>