Shades of Kelly Green #3AD403
Tints of Kelly Green #3AD403
RGB
CMYK
RGB Variations
Color information
#3AD403 (or 0x3AD403) is known color: Kelly Green. HEX triplet: 3A, D4 and 03. RGB value is (58,212,3). Sum of RGB (Red+Green+Blue) = 58+212+3=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 212 (83.20% from 255 or 77.66% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD403 is #C52BFC. Grayscale: #8E8E8E. Windows color (decimal): -12921853 or 250938. OLE color: 250938.
HSL color Cylindrical-coordinate representation of color #3AD403: hue angle of 104.21º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AD403 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 3 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.17 |
| HSL | 104.21º | 0.97% | 0.42% | - |
| HSV(B) | 104.21º | 0.99% | 0.83% | - |
| XYZ | 25.3 | 47.99 | 8.02 | - |
| YUV | 142.13 | 49.48 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 3 | 0.73 | 0 | 0.99 | 0.17 | 104.21 | 0.97 | 0.42 |
| Hex | 3A | D4 | 3 | 49 | 0 | 63 | 11 | 68 | 61 | 2A |
| Octal | 72 | 324 | 3 | 111 | 0 | 143 | 21 | 150 | 141 | 52 |
| Binary | 111010 | 11010100 | 11 | 1001001 | 0 | 1100011 | 10001 | 1101000 | 1100001 | 101010 |
Color Harmonies of #3AD403
Complementary color
Monochromatic Colors of #3AD403
Black with #3AD403
Text Example
Text Example
White with #3AD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD403; }
p { color: rgb(58,212,3); }
H1.HeaderClassName
{
color: #3AD403;
}
.AnyTagClassName
{
color: #3AD403;
}
</style>
background-color css
<style>
a { background-color: #3AD403; }
a { background-color: rgb(58,212,3); }
div.DivClassName
{
background-color: #3AD403;
}
.BgClassName
{
background-color: #3AD403;
}
</style>
border-color css
<style>
span { border-color: #3AD403; }
span { border-color: rgb(58,212,3); }
td.TdClassName
{
border-color: #3AD403;
}
.TagClassName
{
border-color: #3AD403;
}
</style>