Shades of Kelly Green #2AD203
Tints of Kelly Green #2AD203
RGB
CMYK
RGB Variations
Color information
#2AD203 (or 0x2AD203) is known color: Kelly Green. HEX triplet: 2A, D2 and 03. RGB value is (42,210,3). Sum of RGB (Red+Green+Blue) = 42+210+3=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 210 (82.42% from 255 or 82.35% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD203 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD203 is #D52DFC. Grayscale: #888888. Windows color (decimal): -13970941 or 250410. OLE color: 250410.
HSL color Cylindrical-coordinate representation of color #2AD203: hue angle of 108.7º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AD203 is Cyan = 0.8, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 3 | - |
| CMYK | 0.8 | 0 | 0.99 | 0.18 |
| HSL | 108.7º | 0.97% | 0.42% | - |
| HSV(B) | 108.7º | 0.99% | 0.82% | - |
| XYZ | 24.02 | 46.59 | 7.81 | - |
| YUV | 136.17 | 52.84 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 3 | 0.8 | 0 | 0.99 | 0.18 | 108.7 | 0.97 | 0.42 |
| Hex | 2A | D2 | 3 | 50 | 0 | 63 | 12 | 6D | 61 | 2A |
| Octal | 52 | 322 | 3 | 120 | 0 | 143 | 22 | 155 | 141 | 52 |
| Binary | 101010 | 11010010 | 11 | 1010000 | 0 | 1100011 | 10010 | 1101101 | 1100001 | 101010 |
Color Harmonies of #2AD203
Complementary color
Monochromatic Colors of #2AD203
Black with #2AD203
Text Example
Text Example
White with #2AD203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD203; }
p { color: rgb(42,210,3); }
H1.HeaderClassName
{
color: #2AD203;
}
.AnyTagClassName
{
color: #2AD203;
}
</style>
background-color css
<style>
a { background-color: #2AD203; }
a { background-color: rgb(42,210,3); }
div.DivClassName
{
background-color: #2AD203;
}
.BgClassName
{
background-color: #2AD203;
}
</style>
border-color css
<style>
span { border-color: #2AD203; }
span { border-color: rgb(42,210,3); }
td.TdClassName
{
border-color: #2AD203;
}
.TagClassName
{
border-color: #2AD203;
}
</style>