Shades of Kelly Green #2AB402
Tints of Kelly Green #2AB402
RGB
CMYK
RGB Variations
Color information
#2AB402 (or 0x2AB402) is known color: Kelly Green. HEX triplet: 2A, B4 and 02. RGB value is (42,180,2). Sum of RGB (Red+Green+Blue) = 42+180+2=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 180 (70.70% from 255 or 80.36% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB402 is #D54BFD. Grayscale: #777777. Windows color (decimal): -13978622 or 177194. OLE color: 177194.
HSL color Cylindrical-coordinate representation of color #2AB402: hue angle of 106.52º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AB402 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.29 |
| HSL | 106.52º | 0.98% | 0.36% | - |
| HSV(B) | 106.52º | 0.99% | 0.71% | - |
| XYZ | 17.29 | 33.14 | 5.54 | - |
| YUV | 118.45 | 62.28 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 2 | 0.77 | 0 | 0.99 | 0.29 | 106.52 | 0.98 | 0.36 |
| Hex | 2A | B4 | 2 | 4D | 0 | 63 | 1D | 6B | 62 | 24 |
| Octal | 52 | 264 | 2 | 115 | 0 | 143 | 35 | 153 | 142 | 44 |
| Binary | 101010 | 10110100 | 10 | 1001101 | 0 | 1100011 | 11101 | 1101011 | 1100010 | 100100 |
Color Harmonies of #2AB402
Complementary color
Monochromatic Colors of #2AB402
Black with #2AB402
Text Example
Text Example
White with #2AB402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB402; }
p { color: rgb(42,180,2); }
H1.HeaderClassName
{
color: #2AB402;
}
.AnyTagClassName
{
color: #2AB402;
}
</style>
background-color css
<style>
a { background-color: #2AB402; }
a { background-color: rgb(42,180,2); }
div.DivClassName
{
background-color: #2AB402;
}
.BgClassName
{
background-color: #2AB402;
}
</style>
border-color css
<style>
span { border-color: #2AB402; }
span { border-color: rgb(42,180,2); }
td.TdClassName
{
border-color: #2AB402;
}
.TagClassName
{
border-color: #2AB402;
}
</style>