Shades of Lime Green #3AD030
Tints of Lime Green #3AD030
RGB
CMYK
RGB Variations
Color information
#3AD030 (or 0x3AD030) is known color: Lime Green. HEX triplet: 3A, D0 and 30. RGB value is (58,208,48). Sum of RGB (Red+Green+Blue) = 58+208+48=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 208 (81.64% from 255 or 66.24% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD030 is #C52FCF. Grayscale: #919191. Windows color (decimal): -12922832 or 3199034. OLE color: 3199034.
HSL color Cylindrical-coordinate representation of color #3AD030: hue angle of 116.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD030 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 48 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.18 |
| HSL | 116.25º | 0.63% | 0.5% | - |
| HSV(B) | 116.25º | 0.77% | 0.82% | - |
| XYZ | 24.83 | 46.22 | 10.41 | - |
| YUV | 144.91 | 73.31 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 48 | 0.72 | 0 | 0.77 | 0.18 | 116.25 | 0.63 | 0.5 |
| Hex | 3A | D0 | 30 | 48 | 0 | 4D | 12 | 74 | 3F | 32 |
| Octal | 72 | 320 | 60 | 110 | 0 | 115 | 22 | 164 | 77 | 62 |
| Binary | 111010 | 11010000 | 110000 | 1001000 | 0 | 1001101 | 10010 | 1110100 | 111111 | 110010 |
Color Harmonies of #3AD030
Complementary color
Monochromatic Colors of #3AD030
Black with #3AD030
Text Example
Text Example
White with #3AD030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD030; }
p { color: rgb(58,208,48); }
H1.HeaderClassName
{
color: #3AD030;
}
.AnyTagClassName
{
color: #3AD030;
}
</style>
background-color css
<style>
a { background-color: #3AD030; }
a { background-color: rgb(58,208,48); }
div.DivClassName
{
background-color: #3AD030;
}
.BgClassName
{
background-color: #3AD030;
}
</style>
border-color css
<style>
span { border-color: #3AD030; }
span { border-color: rgb(58,208,48); }
td.TdClassName
{
border-color: #3AD030;
}
.TagClassName
{
border-color: #3AD030;
}
</style>