Shades of Kelly Green #1FC400
Tints of Kelly Green #1FC400
RGB
CMYK
RGB Variations
Color information
#1FC400 (or 0x1FC400) is known color: Kelly Green. HEX triplet: 1F, C4 and 00. RGB value is (31,196,0). Sum of RGB (Red+Green+Blue) = 31+196+0=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 196 (76.95% from 255 or 86.34% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC400 is #E03BFF. Grayscale: #7C7C7C. Windows color (decimal): -14695424 or 50207. OLE color: 50207.
HSL color Cylindrical-coordinate representation of color #1FC400: hue angle of 110.51º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FC400 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 196 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.23 |
| HSL | 110.51º | 1% | 0.38% | - |
| HSV(B) | 110.51º | 1% | 0.77% | - |
| XYZ | 20.31 | 39.77 | 6.61 | - |
| YUV | 124.32 | 57.84 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 196 | 0 | 0.84 | 0 | 1 | 0.23 | 110.51 | 1 | 0.38 |
| Hex | 1F | C4 | 0 | 54 | 0 | 64 | 17 | 6F | 64 | 26 |
| Octal | 37 | 304 | 0 | 124 | 0 | 144 | 27 | 157 | 144 | 46 |
| Binary | 11111 | 11000100 | 0 | 1010100 | 0 | 1100100 | 10111 | 1101111 | 1100100 | 100110 |
Color Harmonies of #1FC400
Complementary color
Monochromatic Colors of #1FC400
Black with #1FC400
Text Example
Text Example
White with #1FC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC400; }
p { color: rgb(31,196,0); }
H1.HeaderClassName
{
color: #1FC400;
}
.AnyTagClassName
{
color: #1FC400;
}
</style>
background-color css
<style>
a { background-color: #1FC400; }
a { background-color: rgb(31,196,0); }
div.DivClassName
{
background-color: #1FC400;
}
.BgClassName
{
background-color: #1FC400;
}
</style>
border-color css
<style>
span { border-color: #1FC400; }
span { border-color: rgb(31,196,0); }
td.TdClassName
{
border-color: #1FC400;
}
.TagClassName
{
border-color: #1FC400;
}
</style>