Shades of Kelly Green #3AD304
Tints of Kelly Green #3AD304
RGB
CMYK
RGB Variations
Color information
#3AD304 (or 0x3AD304) is known color: Kelly Green. HEX triplet: 3A, D3 and 04. RGB value is (58,211,4). Sum of RGB (Red+Green+Blue) = 58+211+4=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 211 (82.81% from 255 or 77.29% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD304 is #C52CFB. Grayscale: #8E8E8E. Windows color (decimal): -12922108 or 316218. OLE color: 316218.
HSL color Cylindrical-coordinate representation of color #3AD304: hue angle of 104.35º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AD304 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.17 |
| HSL | 104.35º | 0.96% | 0.42% | - |
| HSV(B) | 104.35º | 0.98% | 0.83% | - |
| XYZ | 25.06 | 47.5 | 7.96 | - |
| YUV | 141.66 | 50.31 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 4 | 0.73 | 0 | 0.98 | 0.17 | 104.35 | 0.96 | 0.42 |
| Hex | 3A | D3 | 4 | 49 | 0 | 62 | 11 | 68 | 60 | 2A |
| Octal | 72 | 323 | 4 | 111 | 0 | 142 | 21 | 150 | 140 | 52 |
| Binary | 111010 | 11010011 | 100 | 1001001 | 0 | 1100010 | 10001 | 1101000 | 1100000 | 101010 |
Color Harmonies of #3AD304
Complementary color
Monochromatic Colors of #3AD304
Black with #3AD304
Text Example
Text Example
White with #3AD304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD304; }
p { color: rgb(58,211,4); }
H1.HeaderClassName
{
color: #3AD304;
}
.AnyTagClassName
{
color: #3AD304;
}
</style>
background-color css
<style>
a { background-color: #3AD304; }
a { background-color: rgb(58,211,4); }
div.DivClassName
{
background-color: #3AD304;
}
.BgClassName
{
background-color: #3AD304;
}
</style>
border-color css
<style>
span { border-color: #3AD304; }
span { border-color: rgb(58,211,4); }
td.TdClassName
{
border-color: #3AD304;
}
.TagClassName
{
border-color: #3AD304;
}
</style>