Shades of Lime Green #33D52F
Tints of Lime Green #33D52F
RGB
CMYK
RGB Variations
Color information
#33D52F (or 0x33D52F) is known color: Lime Green. HEX triplet: 33, D5 and 2F. RGB value is (51,213,47). Sum of RGB (Red+Green+Blue) = 51+213+47=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 213 (83.59% from 255 or 68.49% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 213 - color contains mainly: green. Hex color #33D52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D52F is #CC2AD0. Grayscale: #929292. Windows color (decimal): -13380305 or 3134771. OLE color: 3134771.
HSL color Cylindrical-coordinate representation of color #33D52F: hue angle of 118.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33D52F is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 47 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.16 |
| HSL | 118.55º | 0.66% | 0.51% | - |
| HSV(B) | 118.55º | 0.78% | 0.84% | - |
| XYZ | 25.67 | 48.5 | 10.7 | - |
| YUV | 145.64 | 72.33 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 47 | 0.76 | 0 | 0.78 | 0.16 | 118.55 | 0.66 | 0.51 |
| Hex | 33 | D5 | 2F | 4C | 0 | 4E | 10 | 77 | 42 | 33 |
| Octal | 63 | 325 | 57 | 114 | 0 | 116 | 20 | 167 | 102 | 63 |
| Binary | 110011 | 11010101 | 101111 | 1001100 | 0 | 1001110 | 10000 | 1110111 | 1000010 | 110011 |
Color Harmonies of #33D52F
Complementary color
Monochromatic Colors of #33D52F
Black with #33D52F
Text Example
Text Example
White with #33D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D52F; }
p { color: rgb(51,213,47); }
H1.HeaderClassName
{
color: #33D52F;
}
.AnyTagClassName
{
color: #33D52F;
}
</style>
background-color css
<style>
a { background-color: #33D52F; }
a { background-color: rgb(51,213,47); }
div.DivClassName
{
background-color: #33D52F;
}
.BgClassName
{
background-color: #33D52F;
}
</style>
border-color css
<style>
span { border-color: #33D52F; }
span { border-color: rgb(51,213,47); }
td.TdClassName
{
border-color: #33D52F;
}
.TagClassName
{
border-color: #33D52F;
}
</style>