Shades of Lime Green #33D71D
Tints of Lime Green #33D71D
RGB
CMYK
RGB Variations
Color information
#33D71D (or 0x33D71D) is known color: Lime Green. HEX triplet: 33, D7 and 1D. RGB value is (51,215,29). Sum of RGB (Red+Green+Blue) = 51+215+29=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 215 (84.38% from 255 or 72.88% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 215 - color contains mainly: green. Hex color #33D71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D71D is #CC28E2. Grayscale: #919191. Windows color (decimal): -13379811 or 1955635. OLE color: 1955635.
HSL color Cylindrical-coordinate representation of color #33D71D: hue angle of 112.9º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33D71D is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 215 | 29 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.16 |
| HSL | 112.9º | 0.76% | 0.48% | - |
| HSV(B) | 112.9º | 0.87% | 0.84% | - |
| XYZ | 25.89 | 49.39 | 9.33 | - |
| YUV | 144.76 | 62.67 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 215 | 29 | 0.76 | 0 | 0.87 | 0.16 | 112.9 | 0.76 | 0.48 |
| Hex | 33 | D7 | 1D | 4C | 0 | 57 | 10 | 71 | 4C | 30 |
| Octal | 63 | 327 | 35 | 114 | 0 | 127 | 20 | 161 | 114 | 60 |
| Binary | 110011 | 11010111 | 11101 | 1001100 | 0 | 1010111 | 10000 | 1110001 | 1001100 | 110000 |
Color Harmonies of #33D71D
Complementary color
Monochromatic Colors of #33D71D
Black with #33D71D
Text Example
Text Example
White with #33D71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D71D; }
p { color: rgb(51,215,29); }
H1.HeaderClassName
{
color: #33D71D;
}
.AnyTagClassName
{
color: #33D71D;
}
</style>
background-color css
<style>
a { background-color: #33D71D; }
a { background-color: rgb(51,215,29); }
div.DivClassName
{
background-color: #33D71D;
}
.BgClassName
{
background-color: #33D71D;
}
</style>
border-color css
<style>
span { border-color: #33D71D; }
span { border-color: rgb(51,215,29); }
td.TdClassName
{
border-color: #33D71D;
}
.TagClassName
{
border-color: #33D71D;
}
</style>