Shades of Kelly Green #3AD411
Tints of Kelly Green #3AD411
RGB
CMYK
RGB Variations
Color information
#3AD411 (or 0x3AD411) is known color: Kelly Green. HEX triplet: 3A, D4 and 11. RGB value is (58,212,17). Sum of RGB (Red+Green+Blue) = 58+212+17=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 212 (83.20% from 255 or 73.87% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD411 is #C52BEE. Grayscale: #909090. Windows color (decimal): -12921839 or 1168442. OLE color: 1168442.
HSL color Cylindrical-coordinate representation of color #3AD411: hue angle of 107.38º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AD411 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 17 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.17 |
| HSL | 107.38º | 0.85% | 0.45% | - |
| HSV(B) | 107.38º | 0.92% | 0.83% | - |
| XYZ | 25.39 | 48.03 | 8.46 | - |
| YUV | 143.72 | 56.48 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 17 | 0.73 | 0 | 0.92 | 0.17 | 107.38 | 0.85 | 0.45 |
| Hex | 3A | D4 | 11 | 49 | 0 | 5C | 11 | 6B | 55 | 2D |
| Octal | 72 | 324 | 21 | 111 | 0 | 134 | 21 | 153 | 125 | 55 |
| Binary | 111010 | 11010100 | 10001 | 1001001 | 0 | 1011100 | 10001 | 1101011 | 1010101 | 101101 |
Color Harmonies of #3AD411
Complementary color
Monochromatic Colors of #3AD411
Black with #3AD411
Text Example
Text Example
White with #3AD411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD411; }
p { color: rgb(58,212,17); }
H1.HeaderClassName
{
color: #3AD411;
}
.AnyTagClassName
{
color: #3AD411;
}
</style>
background-color css
<style>
a { background-color: #3AD411; }
a { background-color: rgb(58,212,17); }
div.DivClassName
{
background-color: #3AD411;
}
.BgClassName
{
background-color: #3AD411;
}
</style>
border-color css
<style>
span { border-color: #3AD411; }
span { border-color: rgb(58,212,17); }
td.TdClassName
{
border-color: #3AD411;
}
.TagClassName
{
border-color: #3AD411;
}
</style>