Shades of Lime Green #33DC3B
Tints of Lime Green #33DC3B
RGB
CMYK
RGB Variations
Color information
#33DC3B (or 0x33DC3B) is known color: Lime Green. HEX triplet: 33, DC and 3B. RGB value is (51,220,59). Sum of RGB (Red+Green+Blue) = 51+220+59=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC3B is #CC23C4. Grayscale: #979797. Windows color (decimal): -13378501 or 3922995. OLE color: 3922995.
HSL color Cylindrical-coordinate representation of color #33DC3B: hue angle of 122.84º 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 #33DC3B is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 59 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.14 |
| HSL | 122.84º | 0.71% | 0.53% | - |
| HSV(B) | 122.84º | 0.77% | 0.86% | - |
| XYZ | 27.75 | 52.21 | 12.75 | - |
| YUV | 151.12 | 76.01 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 59 | 0.77 | 0 | 0.73 | 0.14 | 122.84 | 0.71 | 0.53 |
| Hex | 33 | DC | 3B | 4D | 0 | 49 | E | 7B | 47 | 35 |
| Octal | 63 | 334 | 73 | 115 | 0 | 111 | 16 | 173 | 107 | 65 |
| Binary | 110011 | 11011100 | 111011 | 1001101 | 0 | 1001001 | 1110 | 1111011 | 1000111 | 110101 |
Color Harmonies of #33DC3B
Complementary color
Monochromatic Colors of #33DC3B
Black with #33DC3B
Text Example
Text Example
White with #33DC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC3B; }
p { color: rgb(51,220,59); }
H1.HeaderClassName
{
color: #33DC3B;
}
.AnyTagClassName
{
color: #33DC3B;
}
</style>
background-color css
<style>
a { background-color: #33DC3B; }
a { background-color: rgb(51,220,59); }
div.DivClassName
{
background-color: #33DC3B;
}
.BgClassName
{
background-color: #33DC3B;
}
</style>
border-color css
<style>
span { border-color: #33DC3B; }
span { border-color: rgb(51,220,59); }
td.TdClassName
{
border-color: #33DC3B;
}
.TagClassName
{
border-color: #33DC3B;
}
</style>