Shades of Kelly Green #2DAF02
Tints of Kelly Green #2DAF02
RGB
CMYK
RGB Variations
Color information
#2DAF02 (or 0x2DAF02) is known color: Kelly Green. HEX triplet: 2D, AF and 02. RGB value is (45,175,2). Sum of RGB (Red+Green+Blue) = 45+175+2=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 175 (68.75% from 255 or 78.83% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAF02 is #D250FD. Grayscale: #747474. Windows color (decimal): -13783294 or 175917. OLE color: 175917.
HSL color Cylindrical-coordinate representation of color #2DAF02: hue angle of 105.09º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DAF02 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.31 |
| HSL | 105.09º | 0.98% | 0.35% | - |
| HSV(B) | 105.09º | 0.99% | 0.69% | - |
| XYZ | 16.42 | 31.22 | 5.22 | - |
| YUV | 116.41 | 63.43 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 2 | 0.74 | 0 | 0.99 | 0.31 | 105.09 | 0.98 | 0.35 |
| Hex | 2D | AF | 2 | 4A | 0 | 63 | 1F | 69 | 62 | 23 |
| Octal | 55 | 257 | 2 | 112 | 0 | 143 | 37 | 151 | 142 | 43 |
| Binary | 101101 | 10101111 | 10 | 1001010 | 0 | 1100011 | 11111 | 1101001 | 1100010 | 100011 |
Color Harmonies of #2DAF02
Complementary color
Monochromatic Colors of #2DAF02
Black with #2DAF02
Text Example
Text Example
White with #2DAF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF02; }
p { color: rgb(45,175,2); }
H1.HeaderClassName
{
color: #2DAF02;
}
.AnyTagClassName
{
color: #2DAF02;
}
</style>
background-color css
<style>
a { background-color: #2DAF02; }
a { background-color: rgb(45,175,2); }
div.DivClassName
{
background-color: #2DAF02;
}
.BgClassName
{
background-color: #2DAF02;
}
</style>
border-color css
<style>
span { border-color: #2DAF02; }
span { border-color: rgb(45,175,2); }
td.TdClassName
{
border-color: #2DAF02;
}
.TagClassName
{
border-color: #2DAF02;
}
</style>