Shades of Lime Green #33DE3C
Tints of Lime Green #33DE3C
RGB
CMYK
RGB Variations
Color information
#33DE3C (or 0x33DE3C) is known color: Lime Green. HEX triplet: 33, DE and 3C. RGB value is (51,222,60). Sum of RGB (Red+Green+Blue) = 51+222+60=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 222 (87.11% from 255 or 66.67% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 222 - color contains mainly: green. Hex color #33DE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DE3C is #CC21C3. Grayscale: #989898. Windows color (decimal): -13377988 or 3989043. OLE color: 3989043.
HSL color Cylindrical-coordinate representation of color #33DE3C: hue angle of 123.16º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DE3C is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 222 | 60 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.13 |
| HSL | 123.16º | 0.72% | 0.54% | - |
| HSV(B) | 123.16º | 0.77% | 0.87% | - |
| XYZ | 28.3 | 53.27 | 13.07 | - |
| YUV | 152.4 | 75.85 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 222 | 60 | 0.77 | 0 | 0.73 | 0.13 | 123.16 | 0.72 | 0.54 |
| Hex | 33 | DE | 3C | 4D | 0 | 49 | D | 7B | 48 | 36 |
| Octal | 63 | 336 | 74 | 115 | 0 | 111 | 15 | 173 | 110 | 66 |
| Binary | 110011 | 11011110 | 111100 | 1001101 | 0 | 1001001 | 1101 | 1111011 | 1001000 | 110110 |
Color Harmonies of #33DE3C
Complementary color
Monochromatic Colors of #33DE3C
Black with #33DE3C
Text Example
Text Example
White with #33DE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DE3C; }
p { color: rgb(51,222,60); }
H1.HeaderClassName
{
color: #33DE3C;
}
.AnyTagClassName
{
color: #33DE3C;
}
</style>
background-color css
<style>
a { background-color: #33DE3C; }
a { background-color: rgb(51,222,60); }
div.DivClassName
{
background-color: #33DE3C;
}
.BgClassName
{
background-color: #33DE3C;
}
</style>
border-color css
<style>
span { border-color: #33DE3C; }
span { border-color: rgb(51,222,60); }
td.TdClassName
{
border-color: #33DE3C;
}
.TagClassName
{
border-color: #33DE3C;
}
</style>