Shades of Lime Green #3AD239
Tints of Lime Green #3AD239
RGB
CMYK
RGB Variations
Color information
#3AD239 (or 0x3AD239) is known color: Lime Green. HEX triplet: 3A, D2 and 39. RGB value is (58,210,57). Sum of RGB (Red+Green+Blue) = 58+210+57=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 210 (82.42% from 255 or 64.62% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD239 is #C52DC6. Grayscale: #939393. Windows color (decimal): -12922311 or 3789370. OLE color: 3789370.
HSL color Cylindrical-coordinate representation of color #3AD239: hue angle of 119.61º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD239 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 57 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.18 |
| HSL | 119.61º | 0.63% | 0.52% | - |
| HSV(B) | 119.61º | 0.73% | 0.82% | - |
| XYZ | 25.53 | 47.29 | 11.65 | - |
| YUV | 147.11 | 77.14 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 57 | 0.72 | 0 | 0.73 | 0.18 | 119.61 | 0.63 | 0.52 |
| Hex | 3A | D2 | 39 | 48 | 0 | 49 | 12 | 78 | 3F | 34 |
| Octal | 72 | 322 | 71 | 110 | 0 | 111 | 22 | 170 | 77 | 64 |
| Binary | 111010 | 11010010 | 111001 | 1001000 | 0 | 1001001 | 10010 | 1111000 | 111111 | 110100 |
Color Harmonies of #3AD239
Complementary color
Monochromatic Colors of #3AD239
Black with #3AD239
Text Example
Text Example
White with #3AD239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD239; }
p { color: rgb(58,210,57); }
H1.HeaderClassName
{
color: #3AD239;
}
.AnyTagClassName
{
color: #3AD239;
}
</style>
background-color css
<style>
a { background-color: #3AD239; }
a { background-color: rgb(58,210,57); }
div.DivClassName
{
background-color: #3AD239;
}
.BgClassName
{
background-color: #3AD239;
}
</style>
border-color css
<style>
span { border-color: #3AD239; }
span { border-color: rgb(58,210,57); }
td.TdClassName
{
border-color: #3AD239;
}
.TagClassName
{
border-color: #3AD239;
}
</style>