Shades of Kelly Green #2AC904
Tints of Kelly Green #2AC904
RGB
CMYK
RGB Variations
Color information
#2AC904 (or 0x2AC904) is known color: Kelly Green. HEX triplet: 2A, C9 and 04. RGB value is (42,201,4). Sum of RGB (Red+Green+Blue) = 42+201+4=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 201 (78.91% from 255 or 81.38% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC904 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC904 is #D536FB. Grayscale: #838383. Windows color (decimal): -13973244 or 313642. OLE color: 313642.
HSL color Cylindrical-coordinate representation of color #2AC904: hue angle of 108.43º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AC904 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 201 | 4 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.21 |
| HSL | 108.43º | 0.96% | 0.4% | - |
| HSV(B) | 108.43º | 0.98% | 0.79% | - |
| XYZ | 21.86 | 42.27 | 7.12 | - |
| YUV | 131 | 56.32 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 201 | 4 | 0.79 | 0 | 0.98 | 0.21 | 108.43 | 0.96 | 0.4 |
| Hex | 2A | C9 | 4 | 4F | 0 | 62 | 15 | 6C | 60 | 28 |
| Octal | 52 | 311 | 4 | 117 | 0 | 142 | 25 | 154 | 140 | 50 |
| Binary | 101010 | 11001001 | 100 | 1001111 | 0 | 1100010 | 10101 | 1101100 | 1100000 | 101000 |
Color Harmonies of #2AC904
Complementary color
Monochromatic Colors of #2AC904
Black with #2AC904
Text Example
Text Example
White with #2AC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC904; }
p { color: rgb(42,201,4); }
H1.HeaderClassName
{
color: #2AC904;
}
.AnyTagClassName
{
color: #2AC904;
}
</style>
background-color css
<style>
a { background-color: #2AC904; }
a { background-color: rgb(42,201,4); }
div.DivClassName
{
background-color: #2AC904;
}
.BgClassName
{
background-color: #2AC904;
}
</style>
border-color css
<style>
span { border-color: #2AC904; }
span { border-color: rgb(42,201,4); }
td.TdClassName
{
border-color: #2AC904;
}
.TagClassName
{
border-color: #2AC904;
}
</style>