Shades of Kelly Green #2AB503
Tints of Kelly Green #2AB503
RGB
CMYK
RGB Variations
Color information
#2AB503 (or 0x2AB503) is known color: Kelly Green. HEX triplet: 2A, B5 and 03. RGB value is (42,181,3). Sum of RGB (Red+Green+Blue) = 42+181+3=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 181 (71.09% from 255 or 80.09% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB503 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB503 is #D54AFC. Grayscale: #777777. Windows color (decimal): -13978365 or 242986. OLE color: 242986.
HSL color Cylindrical-coordinate representation of color #2AB503: hue angle of 106.85º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AB503 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 3 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.29 |
| HSL | 106.85º | 0.97% | 0.36% | - |
| HSV(B) | 106.85º | 0.98% | 0.71% | - |
| XYZ | 17.5 | 33.55 | 5.64 | - |
| YUV | 119.15 | 62.45 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 3 | 0.77 | 0 | 0.98 | 0.29 | 106.85 | 0.97 | 0.36 |
| Hex | 2A | B5 | 3 | 4D | 0 | 62 | 1D | 6B | 61 | 24 |
| Octal | 52 | 265 | 3 | 115 | 0 | 142 | 35 | 153 | 141 | 44 |
| Binary | 101010 | 10110101 | 11 | 1001101 | 0 | 1100010 | 11101 | 1101011 | 1100001 | 100100 |
Color Harmonies of #2AB503
Complementary color
Monochromatic Colors of #2AB503
Black with #2AB503
Text Example
Text Example
White with #2AB503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB503; }
p { color: rgb(42,181,3); }
H1.HeaderClassName
{
color: #2AB503;
}
.AnyTagClassName
{
color: #2AB503;
}
</style>
background-color css
<style>
a { background-color: #2AB503; }
a { background-color: rgb(42,181,3); }
div.DivClassName
{
background-color: #2AB503;
}
.BgClassName
{
background-color: #2AB503;
}
</style>
border-color css
<style>
span { border-color: #2AB503; }
span { border-color: rgb(42,181,3); }
td.TdClassName
{
border-color: #2AB503;
}
.TagClassName
{
border-color: #2AB503;
}
</style>