Shades of Kelly Green #2AD100
Tints of Kelly Green #2AD100
RGB
CMYK
RGB Variations
Color information
#2AD100 (or 0x2AD100) is known color: Kelly Green. HEX triplet: 2A, D1 and 00. RGB value is (42,209,0). Sum of RGB (Red+Green+Blue) = 42+209+0=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 209 (82.03% from 255 or 83.27% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD100 is #D52EFF. Grayscale: #878787. Windows color (decimal): -13971200 or 53546. OLE color: 53546.
HSL color Cylindrical-coordinate representation of color #2AD100: hue angle of 107.94º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AD100 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.18 |
| HSL | 107.94º | 1% | 0.41% | - |
| HSV(B) | 107.94º | 1% | 0.82% | - |
| XYZ | 23.76 | 46.09 | 7.64 | - |
| YUV | 135.24 | 51.67 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 0 | 0.80 | 0 | 1 | 0.18 | 107.94 | 1 | 0.41 |
| Hex | 2A | D1 | 0 | 50 | 0 | 64 | 12 | 6C | 64 | 29 |
| Octal | 52 | 321 | 0 | 120 | 0 | 144 | 22 | 154 | 144 | 51 |
| Binary | 101010 | 11010001 | 0 | 1010000 | 0 | 1100100 | 10010 | 1101100 | 1100100 | 101001 |
Color Harmonies of #2AD100
Complementary color
Monochromatic Colors of #2AD100
Black with #2AD100
Text Example
Text Example
White with #2AD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD100; }
p { color: rgb(42,209,0); }
H1.HeaderClassName
{
color: #2AD100;
}
.AnyTagClassName
{
color: #2AD100;
}
</style>
background-color css
<style>
a { background-color: #2AD100; }
a { background-color: rgb(42,209,0); }
div.DivClassName
{
background-color: #2AD100;
}
.BgClassName
{
background-color: #2AD100;
}
</style>
border-color css
<style>
span { border-color: #2AD100; }
span { border-color: rgb(42,209,0); }
td.TdClassName
{
border-color: #2AD100;
}
.TagClassName
{
border-color: #2AD100;
}
</style>