Shades of Lime Green #33DC42
Tints of Lime Green #33DC42
RGB
CMYK
RGB Variations
Color information
#33DC42 (or 0x33DC42) is known color: Lime Green. HEX triplet: 33, DC and 42. RGB value is (51,220,66). Sum of RGB (Red+Green+Blue) = 51+220+66=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC42 is #CC23BD. Grayscale: #989898. Windows color (decimal): -13378494 or 4381747. OLE color: 4381747.
HSL color Cylindrical-coordinate representation of color #33DC42: hue angle of 125.33º 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 #33DC42 is Cyan = 0.77, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 66 | - |
| CMYK | 0.77 | 0 | 0.7 | 0.14 |
| HSL | 125.33º | 0.71% | 0.53% | - |
| HSV(B) | 125.33º | 0.77% | 0.86% | - |
| XYZ | 27.94 | 52.28 | 13.77 | - |
| YUV | 151.91 | 79.51 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 66 | 0.77 | 0 | 0.7 | 0.14 | 125.33 | 0.71 | 0.53 |
| Hex | 33 | DC | 42 | 4D | 0 | 46 | E | 7D | 47 | 35 |
| Octal | 63 | 334 | 102 | 115 | 0 | 106 | 16 | 175 | 107 | 65 |
| Binary | 110011 | 11011100 | 1000010 | 1001101 | 0 | 1000110 | 1110 | 1111101 | 1000111 | 110101 |
Color Harmonies of #33DC42
Complementary color
Monochromatic Colors of #33DC42
Black with #33DC42
Text Example
Text Example
White with #33DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC42; }
p { color: rgb(51,220,66); }
H1.HeaderClassName
{
color: #33DC42;
}
.AnyTagClassName
{
color: #33DC42;
}
</style>
background-color css
<style>
a { background-color: #33DC42; }
a { background-color: rgb(51,220,66); }
div.DivClassName
{
background-color: #33DC42;
}
.BgClassName
{
background-color: #33DC42;
}
</style>
border-color css
<style>
span { border-color: #33DC42; }
span { border-color: rgb(51,220,66); }
td.TdClassName
{
border-color: #33DC42;
}
.TagClassName
{
border-color: #33DC42;
}
</style>