Shades of Lime Green #3DDB22
Tints of Lime Green #3DDB22
RGB
CMYK
RGB Variations
Color information
#3DDB22 (or 0x3DDB22) is known color: Lime Green. HEX triplet: 3D, DB and 22. RGB value is (61,219,34). Sum of RGB (Red+Green+Blue) = 61+219+34=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 219 (85.94% from 255 or 69.75% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB22 is #C224DD. Grayscale: #979797. Windows color (decimal): -12723422 or 2284349. OLE color: 2284349.
HSL color Cylindrical-coordinate representation of color #3DDB22: hue angle of 111.24º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DDB22 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 34 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.14 |
| HSL | 111.24º | 0.73% | 0.5% | - |
| HSV(B) | 111.24º | 0.84% | 0.86% | - |
| XYZ | 27.54 | 51.77 | 10.05 | - |
| YUV | 150.67 | 62.15 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 34 | 0.72 | 0 | 0.84 | 0.14 | 111.24 | 0.73 | 0.5 |
| Hex | 3D | DB | 22 | 48 | 0 | 54 | E | 6F | 49 | 32 |
| Octal | 75 | 333 | 42 | 110 | 0 | 124 | 16 | 157 | 111 | 62 |
| Binary | 111101 | 11011011 | 100010 | 1001000 | 0 | 1010100 | 1110 | 1101111 | 1001001 | 110010 |
Color Harmonies of #3DDB22
Complementary color
Monochromatic Colors of #3DDB22
Black with #3DDB22
Text Example
Text Example
White with #3DDB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB22; }
p { color: rgb(61,219,34); }
H1.HeaderClassName
{
color: #3DDB22;
}
.AnyTagClassName
{
color: #3DDB22;
}
</style>
background-color css
<style>
a { background-color: #3DDB22; }
a { background-color: rgb(61,219,34); }
div.DivClassName
{
background-color: #3DDB22;
}
.BgClassName
{
background-color: #3DDB22;
}
</style>
border-color css
<style>
span { border-color: #3DDB22; }
span { border-color: rgb(61,219,34); }
td.TdClassName
{
border-color: #3DDB22;
}
.TagClassName
{
border-color: #3DDB22;
}
</style>