Shades of Kelly Green #2AC501
Tints of Kelly Green #2AC501
RGB
CMYK
RGB Variations
Color information
#2AC501 (or 0x2AC501) is known color: Kelly Green. HEX triplet: 2A, C5 and 01. RGB value is (42,197,1). Sum of RGB (Red+Green+Blue) = 42+197+1=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 197 (77.34% from 255 or 82.08% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC501 is #D53AFE. Grayscale: #808080. Windows color (decimal): -13974271 or 116010. OLE color: 116010.
HSL color Cylindrical-coordinate representation of color #2AC501: hue angle of 107.45º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AC501 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 197 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.23 |
| HSL | 107.45º | 0.99% | 0.39% | - |
| HSV(B) | 107.45º | 0.99% | 0.77% | - |
| XYZ | 20.93 | 40.43 | 6.73 | - |
| YUV | 128.31 | 56.15 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 197 | 1 | 0.79 | 0 | 0.99 | 0.23 | 107.45 | 0.99 | 0.39 |
| Hex | 2A | C5 | 1 | 4F | 0 | 63 | 17 | 6B | 63 | 27 |
| Octal | 52 | 305 | 1 | 117 | 0 | 143 | 27 | 153 | 143 | 47 |
| Binary | 101010 | 11000101 | 1 | 1001111 | 0 | 1100011 | 10111 | 1101011 | 1100011 | 100111 |
Color Harmonies of #2AC501
Complementary color
Monochromatic Colors of #2AC501
Black with #2AC501
Text Example
Text Example
White with #2AC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC501; }
p { color: rgb(42,197,1); }
H1.HeaderClassName
{
color: #2AC501;
}
.AnyTagClassName
{
color: #2AC501;
}
</style>
background-color css
<style>
a { background-color: #2AC501; }
a { background-color: rgb(42,197,1); }
div.DivClassName
{
background-color: #2AC501;
}
.BgClassName
{
background-color: #2AC501;
}
</style>
border-color css
<style>
span { border-color: #2AC501; }
span { border-color: rgb(42,197,1); }
td.TdClassName
{
border-color: #2AC501;
}
.TagClassName
{
border-color: #2AC501;
}
</style>