Shades of Kelly Green #31BB03
Tints of Kelly Green #31BB03
RGB
CMYK
RGB Variations
Color information
#31BB03 (or 0x31BB03) is known color: Kelly Green. HEX triplet: 31, BB and 03. RGB value is (49,187,3). Sum of RGB (Red+Green+Blue) = 49+187+3=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 187 (73.44% from 255 or 78.24% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BB03 is #CE44FC. Grayscale: #7D7D7D. Windows color (decimal): -13518077 or 244529. OLE color: 244529.
HSL color Cylindrical-coordinate representation of color #31BB03: hue angle of 105º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31BB03 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 3 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.27 |
| HSL | 105º | 0.97% | 0.37% | - |
| HSV(B) | 105º | 0.98% | 0.73% | - |
| XYZ | 19.05 | 36.2 | 6.07 | - |
| YUV | 124.76 | 59.28 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 3 | 0.74 | 0 | 0.98 | 0.27 | 105 | 0.97 | 0.37 |
| Hex | 31 | BB | 3 | 4A | 0 | 62 | 1B | 69 | 61 | 25 |
| Octal | 61 | 273 | 3 | 112 | 0 | 142 | 33 | 151 | 141 | 45 |
| Binary | 110001 | 10111011 | 11 | 1001010 | 0 | 1100010 | 11011 | 1101001 | 1100001 | 100101 |
Color Harmonies of #31BB03
Complementary color
Monochromatic Colors of #31BB03
Black with #31BB03
Text Example
Text Example
White with #31BB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB03; }
p { color: rgb(49,187,3); }
H1.HeaderClassName
{
color: #31BB03;
}
.AnyTagClassName
{
color: #31BB03;
}
</style>
background-color css
<style>
a { background-color: #31BB03; }
a { background-color: rgb(49,187,3); }
div.DivClassName
{
background-color: #31BB03;
}
.BgClassName
{
background-color: #31BB03;
}
</style>
border-color css
<style>
span { border-color: #31BB03; }
span { border-color: rgb(49,187,3); }
td.TdClassName
{
border-color: #31BB03;
}
.TagClassName
{
border-color: #31BB03;
}
</style>