Shades of Lime Green #3DDA1F
Tints of Lime Green #3DDA1F
RGB
CMYK
RGB Variations
Color information
#3DDA1F (or 0x3DDA1F) is known color: Lime Green. HEX triplet: 3D, DA and 1F. RGB value is (61,218,31). Sum of RGB (Red+Green+Blue) = 61+218+31=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 218 (85.55% from 255 or 70.32% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDA1F is #C225E0. Grayscale: #969696. Windows color (decimal): -12723681 or 2087485. OLE color: 2087485.
HSL color Cylindrical-coordinate representation of color #3DDA1F: hue angle of 110.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DDA1F is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 31 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.15 |
| HSL | 110.37º | 0.75% | 0.49% | - |
| HSV(B) | 110.37º | 0.86% | 0.85% | - |
| XYZ | 27.24 | 51.23 | 9.75 | - |
| YUV | 149.74 | 60.99 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 31 | 0.72 | 0 | 0.86 | 0.15 | 110.37 | 0.75 | 0.49 |
| Hex | 3D | DA | 1F | 48 | 0 | 56 | F | 6E | 4B | 31 |
| Octal | 75 | 332 | 37 | 110 | 0 | 126 | 17 | 156 | 113 | 61 |
| Binary | 111101 | 11011010 | 11111 | 1001000 | 0 | 1010110 | 1111 | 1101110 | 1001011 | 110001 |
Color Harmonies of #3DDA1F
Complementary color
Monochromatic Colors of #3DDA1F
Black with #3DDA1F
Text Example
Text Example
White with #3DDA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA1F; }
p { color: rgb(61,218,31); }
H1.HeaderClassName
{
color: #3DDA1F;
}
.AnyTagClassName
{
color: #3DDA1F;
}
</style>
background-color css
<style>
a { background-color: #3DDA1F; }
a { background-color: rgb(61,218,31); }
div.DivClassName
{
background-color: #3DDA1F;
}
.BgClassName
{
background-color: #3DDA1F;
}
</style>
border-color css
<style>
span { border-color: #3DDA1F; }
span { border-color: rgb(61,218,31); }
td.TdClassName
{
border-color: #3DDA1F;
}
.TagClassName
{
border-color: #3DDA1F;
}
</style>