Shades of Lime Green #33DF2F
Tints of Lime Green #33DF2F
RGB
CMYK
RGB Variations
Color information
#33DF2F (or 0x33DF2F) is known color: Lime Green. HEX triplet: 33, DF and 2F. RGB value is (51,223,47). Sum of RGB (Red+Green+Blue) = 51+223+47=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 223 (87.5% from 255 or 69.47% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 223 - color contains mainly: green. Hex color #33DF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DF2F is #CC20D0. Grayscale: #989898. Windows color (decimal): -13377745 or 3137331. OLE color: 3137331.
HSL color Cylindrical-coordinate representation of color #33DF2F: hue angle of 118.64º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DF2F is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 47 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.13 |
| HSL | 118.64º | 0.73% | 0.53% | - |
| HSV(B) | 118.64º | 0.79% | 0.87% | - |
| XYZ | 28.27 | 53.68 | 11.56 | - |
| YUV | 151.51 | 69.02 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 47 | 0.77 | 0 | 0.79 | 0.13 | 118.64 | 0.73 | 0.53 |
| Hex | 33 | DF | 2F | 4D | 0 | 4F | D | 77 | 49 | 35 |
| Octal | 63 | 337 | 57 | 115 | 0 | 117 | 15 | 167 | 111 | 65 |
| Binary | 110011 | 11011111 | 101111 | 1001101 | 0 | 1001111 | 1101 | 1110111 | 1001001 | 110101 |
Color Harmonies of #33DF2F
Complementary color
Monochromatic Colors of #33DF2F
Black with #33DF2F
Text Example
Text Example
White with #33DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DF2F; }
p { color: rgb(51,223,47); }
H1.HeaderClassName
{
color: #33DF2F;
}
.AnyTagClassName
{
color: #33DF2F;
}
</style>
background-color css
<style>
a { background-color: #33DF2F; }
a { background-color: rgb(51,223,47); }
div.DivClassName
{
background-color: #33DF2F;
}
.BgClassName
{
background-color: #33DF2F;
}
</style>
border-color css
<style>
span { border-color: #33DF2F; }
span { border-color: rgb(51,223,47); }
td.TdClassName
{
border-color: #33DF2F;
}
.TagClassName
{
border-color: #33DF2F;
}
</style>