Shades of Kelly Green #31C302
Tints of Kelly Green #31C302
RGB
CMYK
RGB Variations
Color information
#31C302 (or 0x31C302) is known color: Kelly Green. HEX triplet: 31, C3 and 02. RGB value is (49,195,2). Sum of RGB (Red+Green+Blue) = 49+195+2=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 195 (76.56% from 255 or 79.27% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 195 - color contains mainly: green. Hex color #31C302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C302 is #CE3CFD. Grayscale: #818181. Windows color (decimal): -13516030 or 181041. OLE color: 181041.
HSL color Cylindrical-coordinate representation of color #31C302: hue angle of 105.39º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31C302 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 195 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.24 |
| HSL | 105.39º | 0.98% | 0.39% | - |
| HSV(B) | 105.39º | 0.99% | 0.76% | - |
| XYZ | 20.79 | 39.69 | 6.62 | - |
| YUV | 129.34 | 56.13 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 195 | 2 | 0.75 | 0 | 0.99 | 0.24 | 105.39 | 0.98 | 0.39 |
| Hex | 31 | C3 | 2 | 4B | 0 | 63 | 18 | 69 | 62 | 27 |
| Octal | 61 | 303 | 2 | 113 | 0 | 143 | 30 | 151 | 142 | 47 |
| Binary | 110001 | 11000011 | 10 | 1001011 | 0 | 1100011 | 11000 | 1101001 | 1100010 | 100111 |
Color Harmonies of #31C302
Complementary color
Monochromatic Colors of #31C302
Black with #31C302
Text Example
Text Example
White with #31C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C302; }
p { color: rgb(49,195,2); }
H1.HeaderClassName
{
color: #31C302;
}
.AnyTagClassName
{
color: #31C302;
}
</style>
background-color css
<style>
a { background-color: #31C302; }
a { background-color: rgb(49,195,2); }
div.DivClassName
{
background-color: #31C302;
}
.BgClassName
{
background-color: #31C302;
}
</style>
border-color css
<style>
span { border-color: #31C302; }
span { border-color: rgb(49,195,2); }
td.TdClassName
{
border-color: #31C302;
}
.TagClassName
{
border-color: #31C302;
}
</style>