Shades of Kelly Green #2AAD03
Tints of Kelly Green #2AAD03
RGB
CMYK
RGB Variations
Color information
#2AAD03 (or 0x2AAD03) is known color: Kelly Green. HEX triplet: 2A, AD and 03. RGB value is (42,173,3). Sum of RGB (Red+Green+Blue) = 42+173+3=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 173 (67.97% from 255 or 79.36% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAD03 is #D552FC. Grayscale: #727272. Windows color (decimal): -13980413 or 240938. OLE color: 240938.
HSL color Cylindrical-coordinate representation of color #2AAD03: hue angle of 106.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AAD03 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 3 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.32 |
| HSL | 106.24º | 0.97% | 0.35% | - |
| HSV(B) | 106.24º | 0.98% | 0.68% | - |
| XYZ | 15.91 | 30.39 | 5.11 | - |
| YUV | 114.45 | 65.1 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 3 | 0.76 | 0 | 0.98 | 0.32 | 106.24 | 0.97 | 0.35 |
| Hex | 2A | AD | 3 | 4C | 0 | 62 | 20 | 6A | 61 | 23 |
| Octal | 52 | 255 | 3 | 114 | 0 | 142 | 40 | 152 | 141 | 43 |
| Binary | 101010 | 10101101 | 11 | 1001100 | 0 | 1100010 | 100000 | 1101010 | 1100001 | 100011 |
Color Harmonies of #2AAD03
Complementary color
Monochromatic Colors of #2AAD03
Black with #2AAD03
Text Example
Text Example
White with #2AAD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD03; }
p { color: rgb(42,173,3); }
H1.HeaderClassName
{
color: #2AAD03;
}
.AnyTagClassName
{
color: #2AAD03;
}
</style>
background-color css
<style>
a { background-color: #2AAD03; }
a { background-color: rgb(42,173,3); }
div.DivClassName
{
background-color: #2AAD03;
}
.BgClassName
{
background-color: #2AAD03;
}
</style>
border-color css
<style>
span { border-color: #2AAD03; }
span { border-color: rgb(42,173,3); }
td.TdClassName
{
border-color: #2AAD03;
}
.TagClassName
{
border-color: #2AAD03;
}
</style>