Shades of Lime Green #33DC32
Tints of Lime Green #33DC32
RGB
CMYK
RGB Variations
Color information
#33DC32 (or 0x33DC32) is known color: Lime Green. HEX triplet: 33, DC and 32. RGB value is (51,220,50). Sum of RGB (Red+Green+Blue) = 51+220+50=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC32 is #CC23CD. Grayscale: #969696. Windows color (decimal): -13378510 or 3333171. OLE color: 3333171.
HSL color Cylindrical-coordinate representation of color #33DC32: hue angle of 119.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DC32 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 50 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.14 |
| HSL | 119.65º | 0.71% | 0.53% | - |
| HSV(B) | 119.65º | 0.77% | 0.86% | - |
| XYZ | 27.53 | 52.12 | 11.63 | - |
| YUV | 150.09 | 71.51 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 50 | 0.77 | 0 | 0.77 | 0.14 | 119.65 | 0.71 | 0.53 |
| Hex | 33 | DC | 32 | 4D | 0 | 4D | E | 78 | 47 | 35 |
| Octal | 63 | 334 | 62 | 115 | 0 | 115 | 16 | 170 | 107 | 65 |
| Binary | 110011 | 11011100 | 110010 | 1001101 | 0 | 1001101 | 1110 | 1111000 | 1000111 | 110101 |
Color Harmonies of #33DC32
Complementary color
Monochromatic Colors of #33DC32
Black with #33DC32
Text Example
Text Example
White with #33DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC32; }
p { color: rgb(51,220,50); }
H1.HeaderClassName
{
color: #33DC32;
}
.AnyTagClassName
{
color: #33DC32;
}
</style>
background-color css
<style>
a { background-color: #33DC32; }
a { background-color: rgb(51,220,50); }
div.DivClassName
{
background-color: #33DC32;
}
.BgClassName
{
background-color: #33DC32;
}
</style>
border-color css
<style>
span { border-color: #33DC32; }
span { border-color: rgb(51,220,50); }
td.TdClassName
{
border-color: #33DC32;
}
.TagClassName
{
border-color: #33DC32;
}
</style>