Shades of Kelly Green #3AD003
Tints of Kelly Green #3AD003
RGB
CMYK
RGB Variations
Color information
#3AD003 (or 0x3AD003) is known color: Kelly Green. HEX triplet: 3A, D0 and 03. RGB value is (58,208,3). Sum of RGB (Red+Green+Blue) = 58+208+3=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 208 (81.64% from 255 or 77.32% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD003 is #C52FFC. Grayscale: #8C8C8C. Windows color (decimal): -12922877 or 249914. OLE color: 249914.
HSL color Cylindrical-coordinate representation of color #3AD003: hue angle of 103.9º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AD003 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 3 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.18 |
| HSL | 103.9º | 0.97% | 0.41% | - |
| HSV(B) | 103.9º | 0.99% | 0.82% | - |
| XYZ | 24.32 | 46.02 | 7.69 | - |
| YUV | 139.78 | 50.81 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 3 | 0.72 | 0 | 0.99 | 0.18 | 103.9 | 0.97 | 0.41 |
| Hex | 3A | D0 | 3 | 48 | 0 | 63 | 12 | 68 | 61 | 29 |
| Octal | 72 | 320 | 3 | 110 | 0 | 143 | 22 | 150 | 141 | 51 |
| Binary | 111010 | 11010000 | 11 | 1001000 | 0 | 1100011 | 10010 | 1101000 | 1100001 | 101001 |
Color Harmonies of #3AD003
Complementary color
Monochromatic Colors of #3AD003
Black with #3AD003
Text Example
Text Example
White with #3AD003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD003; }
p { color: rgb(58,208,3); }
H1.HeaderClassName
{
color: #3AD003;
}
.AnyTagClassName
{
color: #3AD003;
}
</style>
background-color css
<style>
a { background-color: #3AD003; }
a { background-color: rgb(58,208,3); }
div.DivClassName
{
background-color: #3AD003;
}
.BgClassName
{
background-color: #3AD003;
}
</style>
border-color css
<style>
span { border-color: #3AD003; }
span { border-color: rgb(58,208,3); }
td.TdClassName
{
border-color: #3AD003;
}
.TagClassName
{
border-color: #3AD003;
}
</style>