Shades of Lime Green #3AD21F
Tints of Lime Green #3AD21F
RGB
CMYK
RGB Variations
Color information
#3AD21F (or 0x3AD21F) is known color: Lime Green. HEX triplet: 3A, D2 and 1F. RGB value is (58,210,31). Sum of RGB (Red+Green+Blue) = 58+210+31=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 210 (82.42% from 255 or 70.23% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD21F is #C52DE0. Grayscale: #909090. Windows color (decimal): -12922337 or 2085434. OLE color: 2085434.
HSL color Cylindrical-coordinate representation of color #3AD21F: hue angle of 110.95º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AD21F is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 31 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.18 |
| HSL | 110.95º | 0.74% | 0.47% | - |
| HSV(B) | 110.95º | 0.85% | 0.82% | - |
| XYZ | 25.04 | 47.09 | 9.07 | - |
| YUV | 144.15 | 64.14 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 31 | 0.72 | 0 | 0.85 | 0.18 | 110.95 | 0.74 | 0.47 |
| Hex | 3A | D2 | 1F | 48 | 0 | 55 | 12 | 6F | 4A | 2F |
| Octal | 72 | 322 | 37 | 110 | 0 | 125 | 22 | 157 | 112 | 57 |
| Binary | 111010 | 11010010 | 11111 | 1001000 | 0 | 1010101 | 10010 | 1101111 | 1001010 | 101111 |
Color Harmonies of #3AD21F
Complementary color
Monochromatic Colors of #3AD21F
Black with #3AD21F
Text Example
Text Example
White with #3AD21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD21F; }
p { color: rgb(58,210,31); }
H1.HeaderClassName
{
color: #3AD21F;
}
.AnyTagClassName
{
color: #3AD21F;
}
</style>
background-color css
<style>
a { background-color: #3AD21F; }
a { background-color: rgb(58,210,31); }
div.DivClassName
{
background-color: #3AD21F;
}
.BgClassName
{
background-color: #3AD21F;
}
</style>
border-color css
<style>
span { border-color: #3AD21F; }
span { border-color: rgb(58,210,31); }
td.TdClassName
{
border-color: #3AD21F;
}
.TagClassName
{
border-color: #3AD21F;
}
</style>