Shades of Kelly Green #2AC504
Tints of Kelly Green #2AC504
RGB
CMYK
RGB Variations
Color information
#2AC504 (or 0x2AC504) is known color: Kelly Green. HEX triplet: 2A, C5 and 04. RGB value is (42,197,4). Sum of RGB (Red+Green+Blue) = 42+197+4=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 197 (77.34% from 255 or 81.07% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC504 is #D53AFB. Grayscale: #818181. Windows color (decimal): -13974268 or 312618. OLE color: 312618.
HSL color Cylindrical-coordinate representation of color #2AC504: hue angle of 108.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AC504 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 197 | 4 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.23 |
| HSL | 108.19º | 0.96% | 0.39% | - |
| HSV(B) | 108.19º | 0.98% | 0.77% | - |
| XYZ | 20.94 | 40.43 | 6.82 | - |
| YUV | 128.65 | 57.65 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 197 | 4 | 0.79 | 0 | 0.98 | 0.23 | 108.19 | 0.96 | 0.39 |
| Hex | 2A | C5 | 4 | 4F | 0 | 62 | 17 | 6C | 60 | 27 |
| Octal | 52 | 305 | 4 | 117 | 0 | 142 | 27 | 154 | 140 | 47 |
| Binary | 101010 | 11000101 | 100 | 1001111 | 0 | 1100010 | 10111 | 1101100 | 1100000 | 100111 |
Color Harmonies of #2AC504
Complementary color
Monochromatic Colors of #2AC504
Black with #2AC504
Text Example
Text Example
White with #2AC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC504; }
p { color: rgb(42,197,4); }
H1.HeaderClassName
{
color: #2AC504;
}
.AnyTagClassName
{
color: #2AC504;
}
</style>
background-color css
<style>
a { background-color: #2AC504; }
a { background-color: rgb(42,197,4); }
div.DivClassName
{
background-color: #2AC504;
}
.BgClassName
{
background-color: #2AC504;
}
</style>
border-color css
<style>
span { border-color: #2AC504; }
span { border-color: rgb(42,197,4); }
td.TdClassName
{
border-color: #2AC504;
}
.TagClassName
{
border-color: #2AC504;
}
</style>