Shades of Kelly Green #2AC902
Tints of Kelly Green #2AC902
RGB
CMYK
RGB Variations
Color information
#2AC902 (or 0x2AC902) is known color: Kelly Green. HEX triplet: 2A, C9 and 02. RGB value is (42,201,2). Sum of RGB (Red+Green+Blue) = 42+201+2=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 201 (78.91% from 255 or 82.04% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC902 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC902 is #D536FD. Grayscale: #838383. Windows color (decimal): -13973246 or 182570. OLE color: 182570.
HSL color Cylindrical-coordinate representation of color #2AC902: hue angle of 107.94º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AC902 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 201 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.21 |
| HSL | 107.94º | 0.98% | 0.4% | - |
| HSV(B) | 107.94º | 0.99% | 0.79% | - |
| XYZ | 21.85 | 42.27 | 7.06 | - |
| YUV | 130.77 | 55.32 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 201 | 2 | 0.79 | 0 | 0.99 | 0.21 | 107.94 | 0.98 | 0.4 |
| Hex | 2A | C9 | 2 | 4F | 0 | 63 | 15 | 6C | 62 | 28 |
| Octal | 52 | 311 | 2 | 117 | 0 | 143 | 25 | 154 | 142 | 50 |
| Binary | 101010 | 11001001 | 10 | 1001111 | 0 | 1100011 | 10101 | 1101100 | 1100010 | 101000 |
Color Harmonies of #2AC902
Complementary color
Monochromatic Colors of #2AC902
Black with #2AC902
Text Example
Text Example
White with #2AC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC902; }
p { color: rgb(42,201,2); }
H1.HeaderClassName
{
color: #2AC902;
}
.AnyTagClassName
{
color: #2AC902;
}
</style>
background-color css
<style>
a { background-color: #2AC902; }
a { background-color: rgb(42,201,2); }
div.DivClassName
{
background-color: #2AC902;
}
.BgClassName
{
background-color: #2AC902;
}
</style>
border-color css
<style>
span { border-color: #2AC902; }
span { border-color: rgb(42,201,2); }
td.TdClassName
{
border-color: #2AC902;
}
.TagClassName
{
border-color: #2AC902;
}
</style>