Shades of Kelly Green #1FC004
Tints of Kelly Green #1FC004
RGB
CMYK
RGB Variations
Color information
#1FC004 (or 0x1FC004) is known color: Kelly Green. HEX triplet: 1F, C0 and 04. RGB value is (31,192,4). Sum of RGB (Red+Green+Blue) = 31+192+4=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 192 (75.39% from 255 or 84.58% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC004 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC004 is #E03FFB. Grayscale: #7B7B7B. Windows color (decimal): -14696444 or 311327. OLE color: 311327.
HSL color Cylindrical-coordinate representation of color #1FC004: hue angle of 111.38º degrees, saturation: 0.96, 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 #1FC004 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.25 |
| HSL | 111.38º | 0.96% | 0.38% | - |
| HSV(B) | 111.38º | 0.98% | 0.75% | - |
| XYZ | 19.44 | 38 | 6.43 | - |
| YUV | 122.43 | 61.16 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 4 | 0.84 | 0 | 0.98 | 0.25 | 111.38 | 0.96 | 0.38 |
| Hex | 1F | C0 | 4 | 54 | 0 | 62 | 19 | 6F | 60 | 26 |
| Octal | 37 | 300 | 4 | 124 | 0 | 142 | 31 | 157 | 140 | 46 |
| Binary | 11111 | 11000000 | 100 | 1010100 | 0 | 1100010 | 11001 | 1101111 | 1100000 | 100110 |
Color Harmonies of #1FC004
Complementary color
Monochromatic Colors of #1FC004
Black with #1FC004
Text Example
Text Example
White with #1FC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC004; }
p { color: rgb(31,192,4); }
H1.HeaderClassName
{
color: #1FC004;
}
.AnyTagClassName
{
color: #1FC004;
}
</style>
background-color css
<style>
a { background-color: #1FC004; }
a { background-color: rgb(31,192,4); }
div.DivClassName
{
background-color: #1FC004;
}
.BgClassName
{
background-color: #1FC004;
}
</style>
border-color css
<style>
span { border-color: #1FC004; }
span { border-color: rgb(31,192,4); }
td.TdClassName
{
border-color: #1FC004;
}
.TagClassName
{
border-color: #1FC004;
}
</style>