Shades of Lime Green #3AD930
Tints of Lime Green #3AD930
RGB
CMYK
RGB Variations
Color information
#3AD930 (or 0x3AD930) is known color: Lime Green. HEX triplet: 3A, D9 and 30. RGB value is (58,217,48). Sum of RGB (Red+Green+Blue) = 58+217+48=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 217 (85.16% from 255 or 67.18% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD930 is #C526CF. Grayscale: #969696. Windows color (decimal): -12920528 or 3201338. OLE color: 3201338.
HSL color Cylindrical-coordinate representation of color #3AD930: hue angle of 116.45º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AD930 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 48 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.15 |
| HSL | 116.45º | 0.69% | 0.52% | - |
| HSV(B) | 116.45º | 0.78% | 0.85% | - |
| XYZ | 27.09 | 50.74 | 11.16 | - |
| YUV | 150.19 | 70.32 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 48 | 0.73 | 0 | 0.78 | 0.15 | 116.45 | 0.69 | 0.52 |
| Hex | 3A | D9 | 30 | 49 | 0 | 4E | F | 74 | 45 | 34 |
| Octal | 72 | 331 | 60 | 111 | 0 | 116 | 17 | 164 | 105 | 64 |
| Binary | 111010 | 11011001 | 110000 | 1001001 | 0 | 1001110 | 1111 | 1110100 | 1000101 | 110100 |
Color Harmonies of #3AD930
Complementary color
Monochromatic Colors of #3AD930
Black with #3AD930
Text Example
Text Example
White with #3AD930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD930; }
p { color: rgb(58,217,48); }
H1.HeaderClassName
{
color: #3AD930;
}
.AnyTagClassName
{
color: #3AD930;
}
</style>
background-color css
<style>
a { background-color: #3AD930; }
a { background-color: rgb(58,217,48); }
div.DivClassName
{
background-color: #3AD930;
}
.BgClassName
{
background-color: #3AD930;
}
</style>
border-color css
<style>
span { border-color: #3AD930; }
span { border-color: rgb(58,217,48); }
td.TdClassName
{
border-color: #3AD930;
}
.TagClassName
{
border-color: #3AD930;
}
</style>