Shades of Lime Green #33DC40
Tints of Lime Green #33DC40
RGB
CMYK
RGB Variations
Color information
#33DC40 (or 0x33DC40) is known color: Lime Green. HEX triplet: 33, DC and 40. RGB value is (51,220,64). Sum of RGB (Red+Green+Blue) = 51+220+64=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC40 is #CC23BF. Grayscale: #989898. Windows color (decimal): -13378496 or 4250675. OLE color: 4250675.
HSL color Cylindrical-coordinate representation of color #33DC40: hue angle of 124.62º 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 #33DC40 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 64 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.14 |
| HSL | 124.62º | 0.71% | 0.53% | - |
| HSV(B) | 124.62º | 0.77% | 0.86% | - |
| XYZ | 27.88 | 52.26 | 13.47 | - |
| YUV | 151.69 | 78.51 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 64 | 0.77 | 0 | 0.71 | 0.14 | 124.62 | 0.71 | 0.53 |
| Hex | 33 | DC | 40 | 4D | 0 | 47 | E | 7D | 47 | 35 |
| Octal | 63 | 334 | 100 | 115 | 0 | 107 | 16 | 175 | 107 | 65 |
| Binary | 110011 | 11011100 | 1000000 | 1001101 | 0 | 1000111 | 1110 | 1111101 | 1000111 | 110101 |
Color Harmonies of #33DC40
Complementary color
Monochromatic Colors of #33DC40
Black with #33DC40
Text Example
Text Example
White with #33DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC40; }
p { color: rgb(51,220,64); }
H1.HeaderClassName
{
color: #33DC40;
}
.AnyTagClassName
{
color: #33DC40;
}
</style>
background-color css
<style>
a { background-color: #33DC40; }
a { background-color: rgb(51,220,64); }
div.DivClassName
{
background-color: #33DC40;
}
.BgClassName
{
background-color: #33DC40;
}
</style>
border-color css
<style>
span { border-color: #33DC40; }
span { border-color: rgb(51,220,64); }
td.TdClassName
{
border-color: #33DC40;
}
.TagClassName
{
border-color: #33DC40;
}
</style>