Shades of Kelly Green #2AC202
Tints of Kelly Green #2AC202
RGB
CMYK
RGB Variations
Color information
#2AC202 (or 0x2AC202) is known color: Kelly Green. HEX triplet: 2A, C2 and 02. RGB value is (42,194,2). Sum of RGB (Red+Green+Blue) = 42+194+2=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 194 (76.17% from 255 or 81.51% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC202 is #D53DFD. Grayscale: #7F7F7F. Windows color (decimal): -13975038 or 180778. OLE color: 180778.
HSL color Cylindrical-coordinate representation of color #2AC202: hue angle of 107.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AC202 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.24 |
| HSL | 107.5º | 0.98% | 0.38% | - |
| HSV(B) | 107.5º | 0.99% | 0.76% | - |
| XYZ | 20.26 | 39.08 | 6.53 | - |
| YUV | 126.66 | 57.64 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 2 | 0.78 | 0 | 0.99 | 0.24 | 107.5 | 0.98 | 0.38 |
| Hex | 2A | C2 | 2 | 4E | 0 | 63 | 18 | 6C | 62 | 26 |
| Octal | 52 | 302 | 2 | 116 | 0 | 143 | 30 | 154 | 142 | 46 |
| Binary | 101010 | 11000010 | 10 | 1001110 | 0 | 1100011 | 11000 | 1101100 | 1100010 | 100110 |
Color Harmonies of #2AC202
Complementary color
Monochromatic Colors of #2AC202
Black with #2AC202
Text Example
Text Example
White with #2AC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC202; }
p { color: rgb(42,194,2); }
H1.HeaderClassName
{
color: #2AC202;
}
.AnyTagClassName
{
color: #2AC202;
}
</style>
background-color css
<style>
a { background-color: #2AC202; }
a { background-color: rgb(42,194,2); }
div.DivClassName
{
background-color: #2AC202;
}
.BgClassName
{
background-color: #2AC202;
}
</style>
border-color css
<style>
span { border-color: #2AC202; }
span { border-color: rgb(42,194,2); }
td.TdClassName
{
border-color: #2AC202;
}
.TagClassName
{
border-color: #2AC202;
}
</style>