Shades of Lime Green #3DDE3D
Tints of Lime Green #3DDE3D
RGB
CMYK
RGB Variations
Color information
#3DDE3D (or 0x3DDE3D) is known color: Lime Green. HEX triplet: 3D, DE and 3D. RGB value is (61,222,61). Sum of RGB (Red+Green+Blue) = 61+222+61=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 222 (87.11% from 255 or 64.53% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDE3D is #C221C2. Grayscale: #9B9B9B. Windows color (decimal): -12722627 or 4054589. OLE color: 4054589.
HSL color Cylindrical-coordinate representation of color #3DDE3D: hue angle of 120º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDE3D is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 222 | 61 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.13 |
| HSL | 120º | 0.71% | 0.55% | - |
| HSV(B) | 120º | 0.73% | 0.87% | - |
| XYZ | 28.89 | 53.57 | 13.23 | - |
| YUV | 155.51 | 74.66 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 61 | 0.73 | 0 | 0.73 | 0.13 | 120 | 0.71 | 0.55 |
| Hex | 3D | DE | 3D | 49 | 0 | 49 | D | 78 | 47 | 37 |
| Octal | 75 | 336 | 75 | 111 | 0 | 111 | 15 | 170 | 107 | 67 |
| Binary | 111101 | 11011110 | 111101 | 1001001 | 0 | 1001001 | 1101 | 1111000 | 1000111 | 110111 |
Color Harmonies of #3DDE3D
Complementary color
Monochromatic Colors of #3DDE3D
Black with #3DDE3D
Text Example
Text Example
White with #3DDE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDE3D; }
p { color: rgb(61,222,61); }
H1.HeaderClassName
{
color: #3DDE3D;
}
.AnyTagClassName
{
color: #3DDE3D;
}
</style>
background-color css
<style>
a { background-color: #3DDE3D; }
a { background-color: rgb(61,222,61); }
div.DivClassName
{
background-color: #3DDE3D;
}
.BgClassName
{
background-color: #3DDE3D;
}
</style>
border-color css
<style>
span { border-color: #3DDE3D; }
span { border-color: rgb(61,222,61); }
td.TdClassName
{
border-color: #3DDE3D;
}
.TagClassName
{
border-color: #3DDE3D;
}
</style>