Shades of Kelly Green #2AD302
Tints of Kelly Green #2AD302
RGB
CMYK
RGB Variations
Color information
#2AD302 (or 0x2AD302) is known color: Kelly Green. HEX triplet: 2A, D3 and 02. RGB value is (42,211,2). Sum of RGB (Red+Green+Blue) = 42+211+2=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 211 (82.81% from 255 or 82.75% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD302 is #D52CFD. Grayscale: #898989. Windows color (decimal): -13970686 or 185130. OLE color: 185130.
HSL color Cylindrical-coordinate representation of color #2AD302: hue angle of 108.52º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AD302 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 211 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.17 |
| HSL | 108.52º | 0.98% | 0.42% | - |
| HSV(B) | 108.52º | 0.99% | 0.83% | - |
| XYZ | 24.26 | 47.09 | 7.87 | - |
| YUV | 136.64 | 52.01 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 211 | 2 | 0.80 | 0 | 0.99 | 0.17 | 108.52 | 0.98 | 0.42 |
| Hex | 2A | D3 | 2 | 50 | 0 | 63 | 11 | 6D | 62 | 2A |
| Octal | 52 | 323 | 2 | 120 | 0 | 143 | 21 | 155 | 142 | 52 |
| Binary | 101010 | 11010011 | 10 | 1010000 | 0 | 1100011 | 10001 | 1101101 | 1100010 | 101010 |
Color Harmonies of #2AD302
Complementary color
Monochromatic Colors of #2AD302
Black with #2AD302
Text Example
Text Example
White with #2AD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD302; }
p { color: rgb(42,211,2); }
H1.HeaderClassName
{
color: #2AD302;
}
.AnyTagClassName
{
color: #2AD302;
}
</style>
background-color css
<style>
a { background-color: #2AD302; }
a { background-color: rgb(42,211,2); }
div.DivClassName
{
background-color: #2AD302;
}
.BgClassName
{
background-color: #2AD302;
}
</style>
border-color css
<style>
span { border-color: #2AD302; }
span { border-color: rgb(42,211,2); }
td.TdClassName
{
border-color: #2AD302;
}
.TagClassName
{
border-color: #2AD302;
}
</style>