Shades of Kelly Green #2AC30D
Tints of Kelly Green #2AC30D
RGB
CMYK
RGB Variations
Color information
#2AC30D (or 0x2AC30D) is known color: Kelly Green. HEX triplet: 2A, C3 and 0D. RGB value is (42,195,13). Sum of RGB (Red+Green+Blue) = 42+195+13=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 195 (76.56% from 255 or 78% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC30D is #D53CF2. Grayscale: #818181. Windows color (decimal): -13974771 or 901930. OLE color: 901930.
HSL color Cylindrical-coordinate representation of color #2AC30D: hue angle of 110.44º degrees, saturation: 0.88, 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 #2AC30D is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 195 | 13 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.24 |
| HSL | 110.44º | 0.88% | 0.41% | - |
| HSV(B) | 110.44º | 0.93% | 0.76% | - |
| XYZ | 20.54 | 39.55 | 6.93 | - |
| YUV | 128.51 | 62.81 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 195 | 13 | 0.78 | 0 | 0.93 | 0.24 | 110.44 | 0.88 | 0.41 |
| Hex | 2A | C3 | D | 4E | 0 | 5D | 18 | 6E | 58 | 29 |
| Octal | 52 | 303 | 15 | 116 | 0 | 135 | 30 | 156 | 130 | 51 |
| Binary | 101010 | 11000011 | 1101 | 1001110 | 0 | 1011101 | 11000 | 1101110 | 1011000 | 101001 |
Color Harmonies of #2AC30D
Complementary color
Monochromatic Colors of #2AC30D
Black with #2AC30D
Text Example
Text Example
White with #2AC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC30D; }
p { color: rgb(42,195,13); }
H1.HeaderClassName
{
color: #2AC30D;
}
.AnyTagClassName
{
color: #2AC30D;
}
</style>
background-color css
<style>
a { background-color: #2AC30D; }
a { background-color: rgb(42,195,13); }
div.DivClassName
{
background-color: #2AC30D;
}
.BgClassName
{
background-color: #2AC30D;
}
</style>
border-color css
<style>
span { border-color: #2AC30D; }
span { border-color: rgb(42,195,13); }
td.TdClassName
{
border-color: #2AC30D;
}
.TagClassName
{
border-color: #2AC30D;
}
</style>