Shades of Kelly Green #2AD305
Tints of Kelly Green #2AD305
RGB
CMYK
RGB Variations
Color information
#2AD305 (or 0x2AD305) is known color: Kelly Green. HEX triplet: 2A, D3 and 05. RGB value is (42,211,5). Sum of RGB (Red+Green+Blue) = 42+211+5=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 211 (82.81% from 255 or 81.78% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD305 is #D52CFA. Grayscale: #898989. Windows color (decimal): -13970683 or 381738. OLE color: 381738.
HSL color Cylindrical-coordinate representation of color #2AD305: hue angle of 109.22º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AD305 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 211 | 5 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.17 |
| HSL | 109.22º | 0.95% | 0.42% | - |
| HSV(B) | 109.22º | 0.98% | 0.83% | - |
| XYZ | 24.28 | 47.09 | 7.95 | - |
| YUV | 136.99 | 53.51 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 211 | 5 | 0.80 | 0 | 0.98 | 0.17 | 109.22 | 0.95 | 0.42 |
| Hex | 2A | D3 | 5 | 50 | 0 | 62 | 11 | 6D | 5F | 2A |
| Octal | 52 | 323 | 5 | 120 | 0 | 142 | 21 | 155 | 137 | 52 |
| Binary | 101010 | 11010011 | 101 | 1010000 | 0 | 1100010 | 10001 | 1101101 | 1011111 | 101010 |
Color Harmonies of #2AD305
Complementary color
Monochromatic Colors of #2AD305
Black with #2AD305
Text Example
Text Example
White with #2AD305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD305; }
p { color: rgb(42,211,5); }
H1.HeaderClassName
{
color: #2AD305;
}
.AnyTagClassName
{
color: #2AD305;
}
</style>
background-color css
<style>
a { background-color: #2AD305; }
a { background-color: rgb(42,211,5); }
div.DivClassName
{
background-color: #2AD305;
}
.BgClassName
{
background-color: #2AD305;
}
</style>
border-color css
<style>
span { border-color: #2AD305; }
span { border-color: rgb(42,211,5); }
td.TdClassName
{
border-color: #2AD305;
}
.TagClassName
{
border-color: #2AD305;
}
</style>