Shades of Kelly Green #2AC805
Tints of Kelly Green #2AC805
RGB
CMYK
RGB Variations
Color information
#2AC805 (or 0x2AC805) is known color: Kelly Green. HEX triplet: 2A, C8 and 05. RGB value is (42,200,5). Sum of RGB (Red+Green+Blue) = 42+200+5=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 200 (78.52% from 255 or 80.97% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC805 is #D537FA. Grayscale: #838383. Windows color (decimal): -13973499 or 378922. OLE color: 378922.
HSL color Cylindrical-coordinate representation of color #2AC805: hue angle of 108.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AC805 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 200 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.22 |
| HSL | 108.62º | 0.95% | 0.4% | - |
| HSV(B) | 108.62º | 0.98% | 0.78% | - |
| XYZ | 21.64 | 41.81 | 7.07 | - |
| YUV | 130.53 | 57.15 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 200 | 5 | 0.79 | 0 | 0.98 | 0.22 | 108.62 | 0.95 | 0.4 |
| Hex | 2A | C8 | 5 | 4F | 0 | 62 | 16 | 6D | 5F | 28 |
| Octal | 52 | 310 | 5 | 117 | 0 | 142 | 26 | 155 | 137 | 50 |
| Binary | 101010 | 11001000 | 101 | 1001111 | 0 | 1100010 | 10110 | 1101101 | 1011111 | 101000 |
Color Harmonies of #2AC805
Complementary color
Monochromatic Colors of #2AC805
Black with #2AC805
Text Example
Text Example
White with #2AC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC805; }
p { color: rgb(42,200,5); }
H1.HeaderClassName
{
color: #2AC805;
}
.AnyTagClassName
{
color: #2AC805;
}
</style>
background-color css
<style>
a { background-color: #2AC805; }
a { background-color: rgb(42,200,5); }
div.DivClassName
{
background-color: #2AC805;
}
.BgClassName
{
background-color: #2AC805;
}
</style>
border-color css
<style>
span { border-color: #2AC805; }
span { border-color: rgb(42,200,5); }
td.TdClassName
{
border-color: #2AC805;
}
.TagClassName
{
border-color: #2AC805;
}
</style>