Shades of Lime Green #3DDF1F
Tints of Lime Green #3DDF1F
RGB
CMYK
RGB Variations
Color information
#3DDF1F (or 0x3DDF1F) is known color: Lime Green. HEX triplet: 3D, DF and 1F. RGB value is (61,223,31). Sum of RGB (Red+Green+Blue) = 61+223+31=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF1F is #C220E0. Grayscale: #999999. Windows color (decimal): -12722401 or 2088765. OLE color: 2088765.
HSL color Cylindrical-coordinate representation of color #3DDF1F: hue angle of 110.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DDF1F is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 31 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.13 |
| HSL | 110.63º | 0.76% | 0.5% | - |
| HSV(B) | 110.63º | 0.86% | 0.87% | - |
| XYZ | 28.56 | 53.87 | 10.19 | - |
| YUV | 152.67 | 59.33 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 31 | 0.73 | 0 | 0.86 | 0.13 | 110.63 | 0.76 | 0.5 |
| Hex | 3D | DF | 1F | 49 | 0 | 56 | D | 6F | 4C | 32 |
| Octal | 75 | 337 | 37 | 111 | 0 | 126 | 15 | 157 | 114 | 62 |
| Binary | 111101 | 11011111 | 11111 | 1001001 | 0 | 1010110 | 1101 | 1101111 | 1001100 | 110010 |
Color Harmonies of #3DDF1F
Complementary color
Monochromatic Colors of #3DDF1F
Black with #3DDF1F
Text Example
Text Example
White with #3DDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF1F; }
p { color: rgb(61,223,31); }
H1.HeaderClassName
{
color: #3DDF1F;
}
.AnyTagClassName
{
color: #3DDF1F;
}
</style>
background-color css
<style>
a { background-color: #3DDF1F; }
a { background-color: rgb(61,223,31); }
div.DivClassName
{
background-color: #3DDF1F;
}
.BgClassName
{
background-color: #3DDF1F;
}
</style>
border-color css
<style>
span { border-color: #3DDF1F; }
span { border-color: rgb(61,223,31); }
td.TdClassName
{
border-color: #3DDF1F;
}
.TagClassName
{
border-color: #3DDF1F;
}
</style>