Shades of Lime Green #33DB3D
Tints of Lime Green #33DB3D
RGB
CMYK
RGB Variations
Color information
#33DB3D (or 0x33DB3D) is known color: Lime Green. HEX triplet: 33, DB and 3D. RGB value is (51,219,61). Sum of RGB (Red+Green+Blue) = 51+219+61=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 219 (85.94% from 255 or 66.16% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 219 - color contains mainly: green. Hex color #33DB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DB3D is #CC24C2. Grayscale: #979797. Windows color (decimal): -13378755 or 4053811. OLE color: 4053811.
HSL color Cylindrical-coordinate representation of color #33DB3D: hue angle of 123.57º degrees, saturation: 0.7, 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 #33DB3D is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 61 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.14 |
| HSL | 123.57º | 0.7% | 0.53% | - |
| HSV(B) | 123.57º | 0.77% | 0.86% | - |
| XYZ | 27.54 | 51.7 | 12.94 | - |
| YUV | 150.76 | 77.34 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 61 | 0.77 | 0 | 0.72 | 0.14 | 123.57 | 0.7 | 0.53 |
| Hex | 33 | DB | 3D | 4D | 0 | 48 | E | 7C | 46 | 35 |
| Octal | 63 | 333 | 75 | 115 | 0 | 110 | 16 | 174 | 106 | 65 |
| Binary | 110011 | 11011011 | 111101 | 1001101 | 0 | 1001000 | 1110 | 1111100 | 1000110 | 110101 |
Color Harmonies of #33DB3D
Complementary color
Monochromatic Colors of #33DB3D
Black with #33DB3D
Text Example
Text Example
White with #33DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DB3D; }
p { color: rgb(51,219,61); }
H1.HeaderClassName
{
color: #33DB3D;
}
.AnyTagClassName
{
color: #33DB3D;
}
</style>
background-color css
<style>
a { background-color: #33DB3D; }
a { background-color: rgb(51,219,61); }
div.DivClassName
{
background-color: #33DB3D;
}
.BgClassName
{
background-color: #33DB3D;
}
</style>
border-color css
<style>
span { border-color: #33DB3D; }
span { border-color: rgb(51,219,61); }
td.TdClassName
{
border-color: #33DB3D;
}
.TagClassName
{
border-color: #33DB3D;
}
</style>