Shades of Kelly Green #3AD10D
Tints of Kelly Green #3AD10D
RGB
CMYK
RGB Variations
Color information
#3AD10D (or 0x3AD10D) is known color: Kelly Green. HEX triplet: 3A, D1 and 0D. RGB value is (58,209,13). Sum of RGB (Red+Green+Blue) = 58+209+13=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 209 (82.03% from 255 or 74.64% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD10D is #C52EF2. Grayscale: #8E8E8E. Windows color (decimal): -12922611 or 905530. OLE color: 905530.
HSL color Cylindrical-coordinate representation of color #3AD10D: hue angle of 106.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AD10D is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 13 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.18 |
| HSL | 106.22º | 0.88% | 0.44% | - |
| HSV(B) | 106.22º | 0.94% | 0.82% | - |
| XYZ | 24.62 | 46.53 | 8.06 | - |
| YUV | 141.51 | 55.47 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 13 | 0.72 | 0 | 0.94 | 0.18 | 106.22 | 0.88 | 0.44 |
| Hex | 3A | D1 | D | 48 | 0 | 5E | 12 | 6A | 58 | 2C |
| Octal | 72 | 321 | 15 | 110 | 0 | 136 | 22 | 152 | 130 | 54 |
| Binary | 111010 | 11010001 | 1101 | 1001000 | 0 | 1011110 | 10010 | 1101010 | 1011000 | 101100 |
Color Harmonies of #3AD10D
Complementary color
Monochromatic Colors of #3AD10D
Black with #3AD10D
Text Example
Text Example
White with #3AD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD10D; }
p { color: rgb(58,209,13); }
H1.HeaderClassName
{
color: #3AD10D;
}
.AnyTagClassName
{
color: #3AD10D;
}
</style>
background-color css
<style>
a { background-color: #3AD10D; }
a { background-color: rgb(58,209,13); }
div.DivClassName
{
background-color: #3AD10D;
}
.BgClassName
{
background-color: #3AD10D;
}
</style>
border-color css
<style>
span { border-color: #3AD10D; }
span { border-color: rgb(58,209,13); }
td.TdClassName
{
border-color: #3AD10D;
}
.TagClassName
{
border-color: #3AD10D;
}
</style>