Shades of Kelly Green #3AD914
Tints of Kelly Green #3AD914
RGB
CMYK
RGB Variations
Color information
#3AD914 (or 0x3AD914) is known color: Kelly Green. HEX triplet: 3A, D9 and 14. RGB value is (58,217,20). Sum of RGB (Red+Green+Blue) = 58+217+20=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 217 (85.16% from 255 or 73.56% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD914 is #C526EB. Grayscale: #939393. Windows color (decimal): -12920556 or 1366330. OLE color: 1366330.
HSL color Cylindrical-coordinate representation of color #3AD914: hue angle of 108.43º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AD914 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 20 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.15 |
| HSL | 108.43º | 0.83% | 0.46% | - |
| HSV(B) | 108.43º | 0.91% | 0.85% | - |
| XYZ | 26.68 | 50.58 | 9.02 | - |
| YUV | 147 | 56.32 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 20 | 0.73 | 0 | 0.91 | 0.15 | 108.43 | 0.83 | 0.46 |
| Hex | 3A | D9 | 14 | 49 | 0 | 5B | F | 6C | 53 | 2E |
| Octal | 72 | 331 | 24 | 111 | 0 | 133 | 17 | 154 | 123 | 56 |
| Binary | 111010 | 11011001 | 10100 | 1001001 | 0 | 1011011 | 1111 | 1101100 | 1010011 | 101110 |
Color Harmonies of #3AD914
Complementary color
Monochromatic Colors of #3AD914
Black with #3AD914
Text Example
Text Example
White with #3AD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD914; }
p { color: rgb(58,217,20); }
H1.HeaderClassName
{
color: #3AD914;
}
.AnyTagClassName
{
color: #3AD914;
}
</style>
background-color css
<style>
a { background-color: #3AD914; }
a { background-color: rgb(58,217,20); }
div.DivClassName
{
background-color: #3AD914;
}
.BgClassName
{
background-color: #3AD914;
}
</style>
border-color css
<style>
span { border-color: #3AD914; }
span { border-color: rgb(58,217,20); }
td.TdClassName
{
border-color: #3AD914;
}
.TagClassName
{
border-color: #3AD914;
}
</style>