Shades of Kelly Green #31AB02
Tints of Kelly Green #31AB02
RGB
CMYK
RGB Variations
Color information
#31AB02 (or 0x31AB02) is known color: Kelly Green. HEX triplet: 31, AB and 02. RGB value is (49,171,2). Sum of RGB (Red+Green+Blue) = 49+171+2=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 171 (67.19% from 255 or 77.03% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AB02 is #CE54FD. Grayscale: #737373. Windows color (decimal): -13522174 or 174897. OLE color: 174897.
HSL color Cylindrical-coordinate representation of color #31AB02: hue angle of 103.31º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31AB02 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 2 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.33 |
| HSL | 103.31º | 0.98% | 0.34% | - |
| HSV(B) | 103.31º | 0.99% | 0.67% | - |
| XYZ | 15.84 | 29.78 | 4.97 | - |
| YUV | 115.26 | 64.08 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 2 | 0.71 | 0 | 0.99 | 0.33 | 103.31 | 0.98 | 0.34 |
| Hex | 31 | AB | 2 | 47 | 0 | 63 | 21 | 67 | 62 | 22 |
| Octal | 61 | 253 | 2 | 107 | 0 | 143 | 41 | 147 | 142 | 42 |
| Binary | 110001 | 10101011 | 10 | 1000111 | 0 | 1100011 | 100001 | 1100111 | 1100010 | 100010 |
Color Harmonies of #31AB02
Complementary color
Monochromatic Colors of #31AB02
Black with #31AB02
Text Example
Text Example
White with #31AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB02; }
p { color: rgb(49,171,2); }
H1.HeaderClassName
{
color: #31AB02;
}
.AnyTagClassName
{
color: #31AB02;
}
</style>
background-color css
<style>
a { background-color: #31AB02; }
a { background-color: rgb(49,171,2); }
div.DivClassName
{
background-color: #31AB02;
}
.BgClassName
{
background-color: #31AB02;
}
</style>
border-color css
<style>
span { border-color: #31AB02; }
span { border-color: rgb(49,171,2); }
td.TdClassName
{
border-color: #31AB02;
}
.TagClassName
{
border-color: #31AB02;
}
</style>