Shades of Lime Green #33D131
Tints of Lime Green #33D131
RGB
CMYK
RGB Variations
Color information
#33D131 (or 0x33D131) is known color: Lime Green. HEX triplet: 33, D1 and 31. RGB value is (51,209,49). Sum of RGB (Red+Green+Blue) = 51+209+49=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 209 (82.03% from 255 or 67.64% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 209 - color contains mainly: green. Hex color #33D131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D131 is #CC2ECE. Grayscale: #8F8F8F. Windows color (decimal): -13381327 or 3264819. OLE color: 3264819.
HSL color Cylindrical-coordinate representation of color #33D131: hue angle of 119.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33D131 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 209 | 49 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.18 |
| HSL | 119.25º | 0.63% | 0.51% | - |
| HSV(B) | 119.25º | 0.77% | 0.82% | - |
| XYZ | 24.72 | 46.53 | 10.58 | - |
| YUV | 143.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 209 | 49 | 0.76 | 0 | 0.77 | 0.18 | 119.25 | 0.63 | 0.51 |
| Hex | 33 | D1 | 31 | 4C | 0 | 4D | 12 | 77 | 3F | 33 |
| Octal | 63 | 321 | 61 | 114 | 0 | 115 | 22 | 167 | 77 | 63 |
| Binary | 110011 | 11010001 | 110001 | 1001100 | 0 | 1001101 | 10010 | 1110111 | 111111 | 110011 |
Color Harmonies of #33D131
Complementary color
Monochromatic Colors of #33D131
Black with #33D131
Text Example
Text Example
White with #33D131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D131; }
p { color: rgb(51,209,49); }
H1.HeaderClassName
{
color: #33D131;
}
.AnyTagClassName
{
color: #33D131;
}
</style>
background-color css
<style>
a { background-color: #33D131; }
a { background-color: rgb(51,209,49); }
div.DivClassName
{
background-color: #33D131;
}
.BgClassName
{
background-color: #33D131;
}
</style>
border-color css
<style>
span { border-color: #33D131; }
span { border-color: rgb(51,209,49); }
td.TdClassName
{
border-color: #33D131;
}
.TagClassName
{
border-color: #33D131;
}
</style>