Shades of Kelly Green #2AD001
Tints of Kelly Green #2AD001
RGB
CMYK
RGB Variations
Color information
#2AD001 (or 0x2AD001) is known color: Kelly Green. HEX triplet: 2A, D0 and 01. RGB value is (42,208,1). Sum of RGB (Red+Green+Blue) = 42+208+1=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 208 (81.64% from 255 or 82.87% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD001 is #D52FFE. Grayscale: #878787. Windows color (decimal): -13971455 or 118826. OLE color: 118826.
HSL color Cylindrical-coordinate representation of color #2AD001: hue angle of 108.12º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AD001 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 1 | - |
| CMYK | 0.80 | 0 | 1.00 | 0.18 |
| HSL | 108.12º | 0.99% | 0.41% | - |
| HSV(B) | 108.12º | 1% | 0.82% | - |
| XYZ | 23.52 | 45.61 | 7.59 | - |
| YUV | 134.77 | 52.5 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 1 | 0.80 | 0 | 1.00 | 0.18 | 108.12 | 0.99 | 0.41 |
| Hex | 2A | D0 | 1 | 50 | 0 | 64 | 12 | 6C | 63 | 29 |
| Octal | 52 | 320 | 1 | 120 | 0 | 144 | 22 | 154 | 143 | 51 |
| Binary | 101010 | 11010000 | 1 | 1010000 | 0 | 1100100 | 10010 | 1101100 | 1100011 | 101001 |
Color Harmonies of #2AD001
Complementary color
Monochromatic Colors of #2AD001
Black with #2AD001
Text Example
Text Example
White with #2AD001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD001; }
p { color: rgb(42,208,1); }
H1.HeaderClassName
{
color: #2AD001;
}
.AnyTagClassName
{
color: #2AD001;
}
</style>
background-color css
<style>
a { background-color: #2AD001; }
a { background-color: rgb(42,208,1); }
div.DivClassName
{
background-color: #2AD001;
}
.BgClassName
{
background-color: #2AD001;
}
</style>
border-color css
<style>
span { border-color: #2AD001; }
span { border-color: rgb(42,208,1); }
td.TdClassName
{
border-color: #2AD001;
}
.TagClassName
{
border-color: #2AD001;
}
</style>