Shades of Lime Green #3AD02A
Tints of Lime Green #3AD02A
RGB
CMYK
RGB Variations
Color information
#3AD02A (or 0x3AD02A) is known color: Lime Green. HEX triplet: 3A, D0 and 2A. RGB value is (58,208,42). Sum of RGB (Red+Green+Blue) = 58+208+42=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 208 (81.64% from 255 or 67.53% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD02A is #C52FD5. Grayscale: #909090. Windows color (decimal): -12922838 or 2805818. OLE color: 2805818.
HSL color Cylindrical-coordinate representation of color #3AD02A: hue angle of 114.22º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AD02A is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 42 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.18 |
| HSL | 114.22º | 0.66% | 0.49% | - |
| HSV(B) | 114.22º | 0.8% | 0.82% | - |
| XYZ | 24.72 | 46.18 | 9.8 | - |
| YUV | 144.23 | 70.31 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 42 | 0.72 | 0 | 0.80 | 0.18 | 114.22 | 0.66 | 0.49 |
| Hex | 3A | D0 | 2A | 48 | 0 | 50 | 12 | 72 | 42 | 31 |
| Octal | 72 | 320 | 52 | 110 | 0 | 120 | 22 | 162 | 102 | 61 |
| Binary | 111010 | 11010000 | 101010 | 1001000 | 0 | 1010000 | 10010 | 1110010 | 1000010 | 110001 |
Color Harmonies of #3AD02A
Complementary color
Monochromatic Colors of #3AD02A
Black with #3AD02A
Text Example
Text Example
White with #3AD02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD02A; }
p { color: rgb(58,208,42); }
H1.HeaderClassName
{
color: #3AD02A;
}
.AnyTagClassName
{
color: #3AD02A;
}
</style>
background-color css
<style>
a { background-color: #3AD02A; }
a { background-color: rgb(58,208,42); }
div.DivClassName
{
background-color: #3AD02A;
}
.BgClassName
{
background-color: #3AD02A;
}
</style>
border-color css
<style>
span { border-color: #3AD02A; }
span { border-color: rgb(58,208,42); }
td.TdClassName
{
border-color: #3AD02A;
}
.TagClassName
{
border-color: #3AD02A;
}
</style>