Shades of Lime Green #1FCC2C
Tints of Lime Green #1FCC2C
RGB
CMYK
RGB Variations
Color information
#1FCC2C (or 0x1FCC2C) is known color: Lime Green. HEX triplet: 1F, CC and 2C. RGB value is (31,204,44). Sum of RGB (Red+Green+Blue) = 31+204+44=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 204 (80.08% from 255 or 73.12% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCC2C is #E033D3. Grayscale: #868686. Windows color (decimal): -14693332 or 2935839. OLE color: 2935839.
HSL color Cylindrical-coordinate representation of color #1FCC2C: hue angle of 124.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC2C is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 44 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.2 |
| HSL | 124.51º | 0.74% | 0.46% | - |
| HSV(B) | 124.51º | 0.85% | 0.8% | - |
| XYZ | 22.61 | 43.66 | 9.62 | - |
| YUV | 134.03 | 77.19 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 44 | 0.85 | 0 | 0.78 | 0.2 | 124.51 | 0.74 | 0.46 |
| Hex | 1F | CC | 2C | 55 | 0 | 4E | 14 | 7D | 4A | 2E |
| Octal | 37 | 314 | 54 | 125 | 0 | 116 | 24 | 175 | 112 | 56 |
| Binary | 11111 | 11001100 | 101100 | 1010101 | 0 | 1001110 | 10100 | 1111101 | 1001010 | 101110 |
Color Harmonies of #1FCC2C
Complementary color
Monochromatic Colors of #1FCC2C
Black with #1FCC2C
Text Example
Text Example
White with #1FCC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC2C; }
p { color: rgb(31,204,44); }
H1.HeaderClassName
{
color: #1FCC2C;
}
.AnyTagClassName
{
color: #1FCC2C;
}
</style>
background-color css
<style>
a { background-color: #1FCC2C; }
a { background-color: rgb(31,204,44); }
div.DivClassName
{
background-color: #1FCC2C;
}
.BgClassName
{
background-color: #1FCC2C;
}
</style>
border-color css
<style>
span { border-color: #1FCC2C; }
span { border-color: rgb(31,204,44); }
td.TdClassName
{
border-color: #1FCC2C;
}
.TagClassName
{
border-color: #1FCC2C;
}
</style>