Shades of Lime Green #1FCB2C
Tints of Lime Green #1FCB2C
RGB
CMYK
RGB Variations
Color information
#1FCB2C (or 0x1FCB2C) is known color: Lime Green. HEX triplet: 1F, CB and 2C. RGB value is (31,203,44). Sum of RGB (Red+Green+Blue) = 31+203+44=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 203 (79.69% from 255 or 73.02% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCB2C is #E034D3. Grayscale: #858585. Windows color (decimal): -14693588 or 2935583. OLE color: 2935583.
HSL color Cylindrical-coordinate representation of color #1FCB2C: hue angle of 124.53º 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 #1FCB2C is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 44 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.20 |
| HSL | 124.53º | 0.74% | 0.46% | - |
| HSV(B) | 124.53º | 0.85% | 0.8% | - |
| XYZ | 22.38 | 43.19 | 9.54 | - |
| YUV | 133.45 | 77.52 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 44 | 0.85 | 0 | 0.78 | 0.20 | 124.53 | 0.74 | 0.46 |
| Hex | 1F | CB | 2C | 55 | 0 | 4E | 14 | 7D | 4A | 2E |
| Octal | 37 | 313 | 54 | 125 | 0 | 116 | 24 | 175 | 112 | 56 |
| Binary | 11111 | 11001011 | 101100 | 1010101 | 0 | 1001110 | 10100 | 1111101 | 1001010 | 101110 |
Color Harmonies of #1FCB2C
Complementary color
Monochromatic Colors of #1FCB2C
Black with #1FCB2C
Text Example
Text Example
White with #1FCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB2C; }
p { color: rgb(31,203,44); }
H1.HeaderClassName
{
color: #1FCB2C;
}
.AnyTagClassName
{
color: #1FCB2C;
}
</style>
background-color css
<style>
a { background-color: #1FCB2C; }
a { background-color: rgb(31,203,44); }
div.DivClassName
{
background-color: #1FCB2C;
}
.BgClassName
{
background-color: #1FCB2C;
}
</style>
border-color css
<style>
span { border-color: #1FCB2C; }
span { border-color: rgb(31,203,44); }
td.TdClassName
{
border-color: #1FCB2C;
}
.TagClassName
{
border-color: #1FCB2C;
}
</style>