Shades of Kelly Green #2AC401
Tints of Kelly Green #2AC401
RGB
CMYK
RGB Variations
Color information
#2AC401 (or 0x2AC401) is known color: Kelly Green. HEX triplet: 2A, C4 and 01. RGB value is (42,196,1). Sum of RGB (Red+Green+Blue) = 42+196+1=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 196 (76.95% from 255 or 82.01% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC401 is #D53BFE. Grayscale: #808080. Windows color (decimal): -13974527 or 115754. OLE color: 115754.
HSL color Cylindrical-coordinate representation of color #2AC401: hue angle of 107.38º 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 #2AC401 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 196 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.23 |
| HSL | 107.38º | 0.99% | 0.39% | - |
| HSV(B) | 107.38º | 0.99% | 0.77% | - |
| XYZ | 20.7 | 39.97 | 6.65 | - |
| YUV | 127.72 | 56.48 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 196 | 1 | 0.79 | 0 | 0.99 | 0.23 | 107.38 | 0.99 | 0.39 |
| Hex | 2A | C4 | 1 | 4F | 0 | 63 | 17 | 6B | 63 | 27 |
| Octal | 52 | 304 | 1 | 117 | 0 | 143 | 27 | 153 | 143 | 47 |
| Binary | 101010 | 11000100 | 1 | 1001111 | 0 | 1100011 | 10111 | 1101011 | 1100011 | 100111 |
Color Harmonies of #2AC401
Complementary color
Monochromatic Colors of #2AC401
Black with #2AC401
Text Example
Text Example
White with #2AC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC401; }
p { color: rgb(42,196,1); }
H1.HeaderClassName
{
color: #2AC401;
}
.AnyTagClassName
{
color: #2AC401;
}
</style>
background-color css
<style>
a { background-color: #2AC401; }
a { background-color: rgb(42,196,1); }
div.DivClassName
{
background-color: #2AC401;
}
.BgClassName
{
background-color: #2AC401;
}
</style>
border-color css
<style>
span { border-color: #2AC401; }
span { border-color: rgb(42,196,1); }
td.TdClassName
{
border-color: #2AC401;
}
.TagClassName
{
border-color: #2AC401;
}
</style>