Shades of Kelly Green #2AB403
Tints of Kelly Green #2AB403
RGB
CMYK
RGB Variations
Color information
#2AB403 (or 0x2AB403) is known color: Kelly Green. HEX triplet: 2A, B4 and 03. RGB value is (42,180,3). Sum of RGB (Red+Green+Blue) = 42+180+3=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 180 (70.70% from 255 or 80% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB403 is #D54BFC. Grayscale: #777777. Windows color (decimal): -13978621 or 242730. OLE color: 242730.
HSL color Cylindrical-coordinate representation of color #2AB403: hue angle of 106.78º 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 #2AB403 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 3 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.29 |
| HSL | 106.78º | 0.97% | 0.36% | - |
| HSV(B) | 106.78º | 0.98% | 0.71% | - |
| XYZ | 17.29 | 33.14 | 5.57 | - |
| YUV | 118.56 | 62.78 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 3 | 0.77 | 0 | 0.98 | 0.29 | 106.78 | 0.97 | 0.36 |
| Hex | 2A | B4 | 3 | 4D | 0 | 62 | 1D | 6B | 61 | 24 |
| Octal | 52 | 264 | 3 | 115 | 0 | 142 | 35 | 153 | 141 | 44 |
| Binary | 101010 | 10110100 | 11 | 1001101 | 0 | 1100010 | 11101 | 1101011 | 1100001 | 100100 |
Color Harmonies of #2AB403
Complementary color
Monochromatic Colors of #2AB403
Black with #2AB403
Text Example
Text Example
White with #2AB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB403; }
p { color: rgb(42,180,3); }
H1.HeaderClassName
{
color: #2AB403;
}
.AnyTagClassName
{
color: #2AB403;
}
</style>
background-color css
<style>
a { background-color: #2AB403; }
a { background-color: rgb(42,180,3); }
div.DivClassName
{
background-color: #2AB403;
}
.BgClassName
{
background-color: #2AB403;
}
</style>
border-color css
<style>
span { border-color: #2AB403; }
span { border-color: rgb(42,180,3); }
td.TdClassName
{
border-color: #2AB403;
}
.TagClassName
{
border-color: #2AB403;
}
</style>