Shades of Lime Green #3DDE21
Tints of Lime Green #3DDE21
RGB
CMYK
RGB Variations
Color information
#3DDE21 (or 0x3DDE21) is known color: Lime Green. HEX triplet: 3D, DE and 21. RGB value is (61,222,33). Sum of RGB (Red+Green+Blue) = 61+222+33=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 222 (87.11% from 255 or 70.25% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDE21 is #C221DE. Grayscale: #989898. Windows color (decimal): -12722655 or 2219581. OLE color: 2219581.
HSL color Cylindrical-coordinate representation of color #3DDE21: hue angle of 111.11º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DDE21 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 222 | 33 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.13 |
| HSL | 111.11º | 0.74% | 0.5% | - |
| HSV(B) | 111.11º | 0.85% | 0.87% | - |
| XYZ | 28.32 | 53.34 | 10.24 | - |
| YUV | 152.32 | 60.66 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 33 | 0.73 | 0 | 0.85 | 0.13 | 111.11 | 0.74 | 0.5 |
| Hex | 3D | DE | 21 | 49 | 0 | 55 | D | 6F | 4A | 32 |
| Octal | 75 | 336 | 41 | 111 | 0 | 125 | 15 | 157 | 112 | 62 |
| Binary | 111101 | 11011110 | 100001 | 1001001 | 0 | 1010101 | 1101 | 1101111 | 1001010 | 110010 |
Color Harmonies of #3DDE21
Complementary color
Monochromatic Colors of #3DDE21
Black with #3DDE21
Text Example
Text Example
White with #3DDE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDE21; }
p { color: rgb(61,222,33); }
H1.HeaderClassName
{
color: #3DDE21;
}
.AnyTagClassName
{
color: #3DDE21;
}
</style>
background-color css
<style>
a { background-color: #3DDE21; }
a { background-color: rgb(61,222,33); }
div.DivClassName
{
background-color: #3DDE21;
}
.BgClassName
{
background-color: #3DDE21;
}
</style>
border-color css
<style>
span { border-color: #3DDE21; }
span { border-color: rgb(61,222,33); }
td.TdClassName
{
border-color: #3DDE21;
}
.TagClassName
{
border-color: #3DDE21;
}
</style>