Shades of Kelly Green #31B403
Tints of Kelly Green #31B403
RGB
CMYK
RGB Variations
Color information
#31B403 (or 0x31B403) is known color: Kelly Green. HEX triplet: 31, B4 and 03. RGB value is (49,180,3). Sum of RGB (Red+Green+Blue) = 49+180+3=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 180 (70.70% from 255 or 77.59% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 180 - color contains mainly: green. Hex color #31B403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B403 is #CE4BFC. Grayscale: #797979. Windows color (decimal): -13519869 or 242737. OLE color: 242737.
HSL color Cylindrical-coordinate representation of color #31B403: hue angle of 104.41º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31B403 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 180 | 3 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.29 |
| HSL | 104.41º | 0.97% | 0.36% | - |
| HSV(B) | 104.41º | 0.98% | 0.71% | - |
| XYZ | 17.6 | 33.3 | 5.59 | - |
| YUV | 120.65 | 61.6 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 180 | 3 | 0.73 | 0 | 0.98 | 0.29 | 104.41 | 0.97 | 0.36 |
| Hex | 31 | B4 | 3 | 49 | 0 | 62 | 1D | 68 | 61 | 24 |
| Octal | 61 | 264 | 3 | 111 | 0 | 142 | 35 | 150 | 141 | 44 |
| Binary | 110001 | 10110100 | 11 | 1001001 | 0 | 1100010 | 11101 | 1101000 | 1100001 | 100100 |
Color Harmonies of #31B403
Complementary color
Monochromatic Colors of #31B403
Black with #31B403
Text Example
Text Example
White with #31B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B403; }
p { color: rgb(49,180,3); }
H1.HeaderClassName
{
color: #31B403;
}
.AnyTagClassName
{
color: #31B403;
}
</style>
background-color css
<style>
a { background-color: #31B403; }
a { background-color: rgb(49,180,3); }
div.DivClassName
{
background-color: #31B403;
}
.BgClassName
{
background-color: #31B403;
}
</style>
border-color css
<style>
span { border-color: #31B403; }
span { border-color: rgb(49,180,3); }
td.TdClassName
{
border-color: #31B403;
}
.TagClassName
{
border-color: #31B403;
}
</style>