Shades of Kelly Green #2AC30E
Tints of Kelly Green #2AC30E
RGB
CMYK
RGB Variations
Color information
#2AC30E (or 0x2AC30E) is known color: Kelly Green. HEX triplet: 2A, C3 and 0E. RGB value is (42,195,14). Sum of RGB (Red+Green+Blue) = 42+195+14=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 195 (76.56% from 255 or 77.69% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC30E is #D53CF1. Grayscale: #818181. Windows color (decimal): -13974770 or 967466. OLE color: 967466.
HSL color Cylindrical-coordinate representation of color #2AC30E: hue angle of 110.72º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AC30E is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 195 | 14 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.24 |
| HSL | 110.72º | 0.87% | 0.41% | - |
| HSV(B) | 110.72º | 0.93% | 0.76% | - |
| XYZ | 20.55 | 39.55 | 6.97 | - |
| YUV | 128.62 | 63.31 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 195 | 14 | 0.78 | 0 | 0.93 | 0.24 | 110.72 | 0.87 | 0.41 |
| Hex | 2A | C3 | E | 4E | 0 | 5D | 18 | 6F | 57 | 29 |
| Octal | 52 | 303 | 16 | 116 | 0 | 135 | 30 | 157 | 127 | 51 |
| Binary | 101010 | 11000011 | 1110 | 1001110 | 0 | 1011101 | 11000 | 1101111 | 1010111 | 101001 |
Color Harmonies of #2AC30E
Complementary color
Monochromatic Colors of #2AC30E
Black with #2AC30E
Text Example
Text Example
White with #2AC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC30E; }
p { color: rgb(42,195,14); }
H1.HeaderClassName
{
color: #2AC30E;
}
.AnyTagClassName
{
color: #2AC30E;
}
</style>
background-color css
<style>
a { background-color: #2AC30E; }
a { background-color: rgb(42,195,14); }
div.DivClassName
{
background-color: #2AC30E;
}
.BgClassName
{
background-color: #2AC30E;
}
</style>
border-color css
<style>
span { border-color: #2AC30E; }
span { border-color: rgb(42,195,14); }
td.TdClassName
{
border-color: #2AC30E;
}
.TagClassName
{
border-color: #2AC30E;
}
</style>