Shades of Lime Green #3DDF4C
Tints of Lime Green #3DDF4C
RGB
CMYK
RGB Variations
Color information
#3DDF4C (or 0x3DDF4C) is known color: Lime Green. HEX triplet: 3D, DF and 4C. RGB value is (61,223,76). Sum of RGB (Red+Green+Blue) = 61+223+76=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF4C is #C220B3. Grayscale: #9E9E9E. Windows color (decimal): -12722356 or 5037885. OLE color: 5037885.
HSL color Cylindrical-coordinate representation of color #3DDF4C: hue angle of 125.56º 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 #3DDF4C is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 76 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.13 |
| HSL | 125.56º | 0.72% | 0.56% | - |
| HSV(B) | 125.56º | 0.73% | 0.87% | - |
| XYZ | 29.62 | 54.29 | 15.76 | - |
| YUV | 157.8 | 81.83 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 76 | 0.73 | 0 | 0.66 | 0.13 | 125.56 | 0.72 | 0.56 |
| Hex | 3D | DF | 4C | 49 | 0 | 42 | D | 7E | 48 | 38 |
| Octal | 75 | 337 | 114 | 111 | 0 | 102 | 15 | 176 | 110 | 70 |
| Binary | 111101 | 11011111 | 1001100 | 1001001 | 0 | 1000010 | 1101 | 1111110 | 1001000 | 111000 |
Color Harmonies of #3DDF4C
Complementary color
Monochromatic Colors of #3DDF4C
Black with #3DDF4C
Text Example
Text Example
White with #3DDF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF4C; }
p { color: rgb(61,223,76); }
H1.HeaderClassName
{
color: #3DDF4C;
}
.AnyTagClassName
{
color: #3DDF4C;
}
</style>
background-color css
<style>
a { background-color: #3DDF4C; }
a { background-color: rgb(61,223,76); }
div.DivClassName
{
background-color: #3DDF4C;
}
.BgClassName
{
background-color: #3DDF4C;
}
</style>
border-color css
<style>
span { border-color: #3DDF4C; }
span { border-color: rgb(61,223,76); }
td.TdClassName
{
border-color: #3DDF4C;
}
.TagClassName
{
border-color: #3DDF4C;
}
</style>