Shades of Kelly Green #2AB400
Tints of Kelly Green #2AB400
RGB
CMYK
RGB Variations
Color information
#2AB400 (or 0x2AB400) is known color: Kelly Green. HEX triplet: 2A, B4 and 00. RGB value is (42,180,0). Sum of RGB (Red+Green+Blue) = 42+180+0=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 180 (70.70% from 255 or 81.08% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB400 is #D54BFF. Grayscale: #767676. Windows color (decimal): -13978624 or 46122. OLE color: 46122.
HSL color Cylindrical-coordinate representation of color #2AB400: hue angle of 106º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AB400 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.29 |
| HSL | 106º | 1% | 0.35% | - |
| HSV(B) | 106º | 1% | 0.71% | - |
| XYZ | 17.28 | 33.13 | 5.49 | - |
| YUV | 118.22 | 61.28 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 0 | 0.77 | 0 | 1 | 0.29 | 106 | 1 | 0.35 |
| Hex | 2A | B4 | 0 | 4D | 0 | 64 | 1D | 6A | 64 | 23 |
| Octal | 52 | 264 | 0 | 115 | 0 | 144 | 35 | 152 | 144 | 43 |
| Binary | 101010 | 10110100 | 0 | 1001101 | 0 | 1100100 | 11101 | 1101010 | 1100100 | 100011 |
Color Harmonies of #2AB400
Complementary color
Monochromatic Colors of #2AB400
Black with #2AB400
Text Example
Text Example
White with #2AB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB400; }
p { color: rgb(42,180,0); }
H1.HeaderClassName
{
color: #2AB400;
}
.AnyTagClassName
{
color: #2AB400;
}
</style>
background-color css
<style>
a { background-color: #2AB400; }
a { background-color: rgb(42,180,0); }
div.DivClassName
{
background-color: #2AB400;
}
.BgClassName
{
background-color: #2AB400;
}
</style>
border-color css
<style>
span { border-color: #2AB400; }
span { border-color: rgb(42,180,0); }
td.TdClassName
{
border-color: #2AB400;
}
.TagClassName
{
border-color: #2AB400;
}
</style>