Shades of Kelly Green #1FC202
Tints of Kelly Green #1FC202
RGB
CMYK
RGB Variations
Color information
#1FC202 (or 0x1FC202) is known color: Kelly Green. HEX triplet: 1F, C2 and 02. RGB value is (31,194,2). Sum of RGB (Red+Green+Blue) = 31+194+2=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 194 (76.17% from 255 or 85.46% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC202 is #E03DFD. Grayscale: #7B7B7B. Windows color (decimal): -14695934 or 180767. OLE color: 180767.
HSL color Cylindrical-coordinate representation of color #1FC202: hue angle of 110.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FC202 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.24 |
| HSL | 110.94º | 0.98% | 0.38% | - |
| HSV(B) | 110.94º | 0.99% | 0.76% | - |
| XYZ | 19.87 | 38.88 | 6.51 | - |
| YUV | 123.38 | 59.5 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 2 | 0.84 | 0 | 0.99 | 0.24 | 110.94 | 0.98 | 0.38 |
| Hex | 1F | C2 | 2 | 54 | 0 | 63 | 18 | 6F | 62 | 26 |
| Octal | 37 | 302 | 2 | 124 | 0 | 143 | 30 | 157 | 142 | 46 |
| Binary | 11111 | 11000010 | 10 | 1010100 | 0 | 1100011 | 11000 | 1101111 | 1100010 | 100110 |
Color Harmonies of #1FC202
Complementary color
Monochromatic Colors of #1FC202
Black with #1FC202
Text Example
Text Example
White with #1FC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC202; }
p { color: rgb(31,194,2); }
H1.HeaderClassName
{
color: #1FC202;
}
.AnyTagClassName
{
color: #1FC202;
}
</style>
background-color css
<style>
a { background-color: #1FC202; }
a { background-color: rgb(31,194,2); }
div.DivClassName
{
background-color: #1FC202;
}
.BgClassName
{
background-color: #1FC202;
}
</style>
border-color css
<style>
span { border-color: #1FC202; }
span { border-color: rgb(31,194,2); }
td.TdClassName
{
border-color: #1FC202;
}
.TagClassName
{
border-color: #1FC202;
}
</style>