Shades of Lime Green #3DDF42
Tints of Lime Green #3DDF42
RGB
CMYK
RGB Variations
Color information
#3DDF42 (or 0x3DDF42) is known color: Lime Green. HEX triplet: 3D, DF and 42. RGB value is (61,223,66). Sum of RGB (Red+Green+Blue) = 61+223+66=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 223 (87.5% from 255 or 63.71% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF42 is #C220BD. Grayscale: #9D9D9D. Windows color (decimal): -12722366 or 4382525. OLE color: 4382525.
HSL color Cylindrical-coordinate representation of color #3DDF42: hue angle of 121.85º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDF42 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 66 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.13 |
| HSL | 121.85º | 0.72% | 0.56% | - |
| HSV(B) | 121.85º | 0.73% | 0.87% | - |
| XYZ | 29.3 | 54.16 | 14.06 | - |
| YUV | 156.66 | 76.83 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 66 | 0.73 | 0 | 0.70 | 0.13 | 121.85 | 0.72 | 0.56 |
| Hex | 3D | DF | 42 | 49 | 0 | 46 | D | 7A | 48 | 38 |
| Octal | 75 | 337 | 102 | 111 | 0 | 106 | 15 | 172 | 110 | 70 |
| Binary | 111101 | 11011111 | 1000010 | 1001001 | 0 | 1000110 | 1101 | 1111010 | 1001000 | 111000 |
Color Harmonies of #3DDF42
Complementary color
Monochromatic Colors of #3DDF42
Black with #3DDF42
Text Example
Text Example
White with #3DDF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF42; }
p { color: rgb(61,223,66); }
H1.HeaderClassName
{
color: #3DDF42;
}
.AnyTagClassName
{
color: #3DDF42;
}
</style>
background-color css
<style>
a { background-color: #3DDF42; }
a { background-color: rgb(61,223,66); }
div.DivClassName
{
background-color: #3DDF42;
}
.BgClassName
{
background-color: #3DDF42;
}
</style>
border-color css
<style>
span { border-color: #3DDF42; }
span { border-color: rgb(61,223,66); }
td.TdClassName
{
border-color: #3DDF42;
}
.TagClassName
{
border-color: #3DDF42;
}
</style>