Shades of Kelly Green #2AC500
Tints of Kelly Green #2AC500
RGB
CMYK
RGB Variations
Color information
#2AC500 (or 0x2AC500) is known color: Kelly Green. HEX triplet: 2A, C5 and 00. RGB value is (42,197,0). Sum of RGB (Red+Green+Blue) = 42+197+0=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 197 (77.34% from 255 or 82.43% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC500 is #D53AFF. Grayscale: #808080. Windows color (decimal): -13974272 or 50474. OLE color: 50474.
HSL color Cylindrical-coordinate representation of color #2AC500: hue angle of 107.21º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AC500 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 197 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.23 |
| HSL | 107.21º | 1% | 0.39% | - |
| HSV(B) | 107.21º | 1% | 0.77% | - |
| XYZ | 20.92 | 40.42 | 6.7 | - |
| YUV | 128.2 | 55.65 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 197 | 0 | 0.79 | 0 | 1 | 0.23 | 107.21 | 1 | 0.39 |
| Hex | 2A | C5 | 0 | 4F | 0 | 64 | 17 | 6B | 64 | 27 |
| Octal | 52 | 305 | 0 | 117 | 0 | 144 | 27 | 153 | 144 | 47 |
| Binary | 101010 | 11000101 | 0 | 1001111 | 0 | 1100100 | 10111 | 1101011 | 1100100 | 100111 |
Color Harmonies of #2AC500
Complementary color
Monochromatic Colors of #2AC500
Black with #2AC500
Text Example
Text Example
White with #2AC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC500; }
p { color: rgb(42,197,0); }
H1.HeaderClassName
{
color: #2AC500;
}
.AnyTagClassName
{
color: #2AC500;
}
</style>
background-color css
<style>
a { background-color: #2AC500; }
a { background-color: rgb(42,197,0); }
div.DivClassName
{
background-color: #2AC500;
}
.BgClassName
{
background-color: #2AC500;
}
</style>
border-color css
<style>
span { border-color: #2AC500; }
span { border-color: rgb(42,197,0); }
td.TdClassName
{
border-color: #2AC500;
}
.TagClassName
{
border-color: #2AC500;
}
</style>