Shades of Lime Green #33D150
Tints of Lime Green #33D150
RGB
CMYK
RGB Variations
Color information
#33D150 (or 0x33D150) is known color: Lime Green. HEX triplet: 33, D1 and 50. RGB value is (51,209,80). Sum of RGB (Red+Green+Blue) = 51+209+80=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 209 (82.03% from 255 or 61.47% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 209 - color contains mainly: green. Hex color #33D150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D150 is #CC2EAF. Grayscale: #939393. Windows color (decimal): -13381296 or 5296435. OLE color: 5296435.
HSL color Cylindrical-coordinate representation of color #33D150: hue angle of 131.01º 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 #33D150 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 209 | 80 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.18 |
| HSL | 131.01º | 0.63% | 0.51% | - |
| HSV(B) | 131.01º | 0.76% | 0.82% | - |
| XYZ | 25.61 | 46.88 | 15.29 | - |
| YUV | 147.05 | 90.15 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 209 | 80 | 0.76 | 0 | 0.62 | 0.18 | 131.01 | 0.63 | 0.51 |
| Hex | 33 | D1 | 50 | 4C | 0 | 3E | 12 | 83 | 3F | 33 |
| Octal | 63 | 321 | 120 | 114 | 0 | 76 | 22 | 203 | 77 | 63 |
| Binary | 110011 | 11010001 | 1010000 | 1001100 | 0 | 111110 | 10010 | 10000011 | 111111 | 110011 |
Color Harmonies of #33D150
Complementary color
Monochromatic Colors of #33D150
Black with #33D150
Text Example
Text Example
White with #33D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D150; }
p { color: rgb(51,209,80); }
H1.HeaderClassName
{
color: #33D150;
}
.AnyTagClassName
{
color: #33D150;
}
</style>
background-color css
<style>
a { background-color: #33D150; }
a { background-color: rgb(51,209,80); }
div.DivClassName
{
background-color: #33D150;
}
.BgClassName
{
background-color: #33D150;
}
</style>
border-color css
<style>
span { border-color: #33D150; }
span { border-color: rgb(51,209,80); }
td.TdClassName
{
border-color: #33D150;
}
.TagClassName
{
border-color: #33D150;
}
</style>