Shades of Kelly Green #3AD20A
Tints of Kelly Green #3AD20A
RGB
CMYK
RGB Variations
Color information
#3AD20A (or 0x3AD20A) is known color: Kelly Green. HEX triplet: 3A, D2 and 0A. RGB value is (58,210,10). Sum of RGB (Red+Green+Blue) = 58+210+10=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 210 (82.42% from 255 or 75.54% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD20A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD20A is #C52DF5. Grayscale: #8E8E8E. Windows color (decimal): -12922358 or 709178. OLE color: 709178.
HSL color Cylindrical-coordinate representation of color #3AD20A: hue angle of 105.6º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AD20A is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 10 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.18 |
| HSL | 105.6º | 0.91% | 0.43% | - |
| HSV(B) | 105.6º | 0.95% | 0.82% | - |
| XYZ | 24.85 | 47.01 | 8.05 | - |
| YUV | 141.75 | 53.64 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 10 | 0.72 | 0 | 0.95 | 0.18 | 105.6 | 0.91 | 0.43 |
| Hex | 3A | D2 | A | 48 | 0 | 5F | 12 | 6A | 5B | 2B |
| Octal | 72 | 322 | 12 | 110 | 0 | 137 | 22 | 152 | 133 | 53 |
| Binary | 111010 | 11010010 | 1010 | 1001000 | 0 | 1011111 | 10010 | 1101010 | 1011011 | 101011 |
Color Harmonies of #3AD20A
Complementary color
Monochromatic Colors of #3AD20A
Black with #3AD20A
Text Example
Text Example
White with #3AD20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD20A; }
p { color: rgb(58,210,10); }
H1.HeaderClassName
{
color: #3AD20A;
}
.AnyTagClassName
{
color: #3AD20A;
}
</style>
background-color css
<style>
a { background-color: #3AD20A; }
a { background-color: rgb(58,210,10); }
div.DivClassName
{
background-color: #3AD20A;
}
.BgClassName
{
background-color: #3AD20A;
}
</style>
border-color css
<style>
span { border-color: #3AD20A; }
span { border-color: rgb(58,210,10); }
td.TdClassName
{
border-color: #3AD20A;
}
.TagClassName
{
border-color: #3AD20A;
}
</style>