Shades of Kelly Green #31C003
Tints of Kelly Green #31C003
RGB
CMYK
RGB Variations
Color information
#31C003 (or 0x31C003) is known color: Kelly Green. HEX triplet: 31, C0 and 03. RGB value is (49,192,3). Sum of RGB (Red+Green+Blue) = 49+192+3=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 192 (75.39% from 255 or 78.69% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 192 - color contains mainly: green. Hex color #31C003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C003 is #CE3FFC. Grayscale: #808080. Windows color (decimal): -13516797 or 245809. OLE color: 245809.
HSL color Cylindrical-coordinate representation of color #31C003: hue angle of 105.4º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31C003 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 3 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.25 |
| HSL | 105.4º | 0.97% | 0.38% | - |
| HSV(B) | 105.4º | 0.98% | 0.75% | - |
| XYZ | 20.13 | 38.36 | 6.43 | - |
| YUV | 127.7 | 57.62 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 3 | 0.74 | 0 | 0.98 | 0.25 | 105.4 | 0.97 | 0.38 |
| Hex | 31 | C0 | 3 | 4A | 0 | 62 | 19 | 69 | 61 | 26 |
| Octal | 61 | 300 | 3 | 112 | 0 | 142 | 31 | 151 | 141 | 46 |
| Binary | 110001 | 11000000 | 11 | 1001010 | 0 | 1100010 | 11001 | 1101001 | 1100001 | 100110 |
Color Harmonies of #31C003
Complementary color
Monochromatic Colors of #31C003
Black with #31C003
Text Example
Text Example
White with #31C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C003; }
p { color: rgb(49,192,3); }
H1.HeaderClassName
{
color: #31C003;
}
.AnyTagClassName
{
color: #31C003;
}
</style>
background-color css
<style>
a { background-color: #31C003; }
a { background-color: rgb(49,192,3); }
div.DivClassName
{
background-color: #31C003;
}
.BgClassName
{
background-color: #31C003;
}
</style>
border-color css
<style>
span { border-color: #31C003; }
span { border-color: rgb(49,192,3); }
td.TdClassName
{
border-color: #31C003;
}
.TagClassName
{
border-color: #31C003;
}
</style>