Shades of Lime Green #1FC92C
Tints of Lime Green #1FC92C
RGB
CMYK
RGB Variations
Color information
#1FC92C (or 0x1FC92C) is known color: Lime Green. HEX triplet: 1F, C9 and 2C. RGB value is (31,201,44). Sum of RGB (Red+Green+Blue) = 31+201+44=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 201 (78.91% from 255 or 72.83% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC92C is #E036D3. Grayscale: #848484. Windows color (decimal): -14694100 or 2935071. OLE color: 2935071.
HSL color Cylindrical-coordinate representation of color #1FC92C: hue angle of 124.59º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC92C is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 44 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.21 |
| HSL | 124.59º | 0.73% | 0.45% | - |
| HSV(B) | 124.59º | 0.85% | 0.79% | - |
| XYZ | 21.91 | 42.25 | 9.38 | - |
| YUV | 132.27 | 78.18 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 44 | 0.85 | 0 | 0.78 | 0.21 | 124.59 | 0.73 | 0.45 |
| Hex | 1F | C9 | 2C | 55 | 0 | 4E | 15 | 7D | 49 | 2D |
| Octal | 37 | 311 | 54 | 125 | 0 | 116 | 25 | 175 | 111 | 55 |
| Binary | 11111 | 11001001 | 101100 | 1010101 | 0 | 1001110 | 10101 | 1111101 | 1001001 | 101101 |
Color Harmonies of #1FC92C
Complementary color
Monochromatic Colors of #1FC92C
Black with #1FC92C
Text Example
Text Example
White with #1FC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC92C; }
p { color: rgb(31,201,44); }
H1.HeaderClassName
{
color: #1FC92C;
}
.AnyTagClassName
{
color: #1FC92C;
}
</style>
background-color css
<style>
a { background-color: #1FC92C; }
a { background-color: rgb(31,201,44); }
div.DivClassName
{
background-color: #1FC92C;
}
.BgClassName
{
background-color: #1FC92C;
}
</style>
border-color css
<style>
span { border-color: #1FC92C; }
span { border-color: rgb(31,201,44); }
td.TdClassName
{
border-color: #1FC92C;
}
.TagClassName
{
border-color: #1FC92C;
}
</style>