Shades of Kelly Green #3AD30D
Tints of Kelly Green #3AD30D
RGB
CMYK
RGB Variations
Color information
#3AD30D (or 0x3AD30D) is known color: Kelly Green. HEX triplet: 3A, D3 and 0D. RGB value is (58,211,13). Sum of RGB (Red+Green+Blue) = 58+211+13=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 211 (82.81% from 255 or 74.82% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD30D is #C52CF2. Grayscale: #8F8F8F. Windows color (decimal): -12922099 or 906042. OLE color: 906042.
HSL color Cylindrical-coordinate representation of color #3AD30D: hue angle of 106.36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AD30D is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 13 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.17 |
| HSL | 106.36º | 0.88% | 0.44% | - |
| HSV(B) | 106.36º | 0.94% | 0.83% | - |
| XYZ | 25.11 | 47.52 | 8.23 | - |
| YUV | 142.68 | 54.81 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 13 | 0.73 | 0 | 0.94 | 0.17 | 106.36 | 0.88 | 0.44 |
| Hex | 3A | D3 | D | 49 | 0 | 5E | 11 | 6A | 58 | 2C |
| Octal | 72 | 323 | 15 | 111 | 0 | 136 | 21 | 152 | 130 | 54 |
| Binary | 111010 | 11010011 | 1101 | 1001001 | 0 | 1011110 | 10001 | 1101010 | 1011000 | 101100 |
Color Harmonies of #3AD30D
Complementary color
Monochromatic Colors of #3AD30D
Black with #3AD30D
Text Example
Text Example
White with #3AD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD30D; }
p { color: rgb(58,211,13); }
H1.HeaderClassName
{
color: #3AD30D;
}
.AnyTagClassName
{
color: #3AD30D;
}
</style>
background-color css
<style>
a { background-color: #3AD30D; }
a { background-color: rgb(58,211,13); }
div.DivClassName
{
background-color: #3AD30D;
}
.BgClassName
{
background-color: #3AD30D;
}
</style>
border-color css
<style>
span { border-color: #3AD30D; }
span { border-color: rgb(58,211,13); }
td.TdClassName
{
border-color: #3AD30D;
}
.TagClassName
{
border-color: #3AD30D;
}
</style>