Shades of Lime Green #1FC134
Tints of Lime Green #1FC134
RGB
CMYK
RGB Variations
Color information
#1FC134 (or 0x1FC134) is known color: Lime Green. HEX triplet: 1F, C1 and 34. RGB value is (31,193,52). Sum of RGB (Red+Green+Blue) = 31+193+52=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC134 is #E03ECB. Grayscale: #808080. Windows color (decimal): -14696140 or 3457311. OLE color: 3457311.
HSL color Cylindrical-coordinate representation of color #1FC134: hue angle of 127.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC134 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 52 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.24 |
| HSL | 127.78º | 0.72% | 0.44% | - |
| HSV(B) | 127.78º | 0.84% | 0.76% | - |
| XYZ | 20.25 | 38.68 | 9.65 | - |
| YUV | 128.49 | 84.83 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 52 | 0.84 | 0 | 0.73 | 0.24 | 127.78 | 0.72 | 0.44 |
| Hex | 1F | C1 | 34 | 54 | 0 | 49 | 18 | 80 | 48 | 2C |
| Octal | 37 | 301 | 64 | 124 | 0 | 111 | 30 | 200 | 110 | 54 |
| Binary | 11111 | 11000001 | 110100 | 1010100 | 0 | 1001001 | 11000 | 10000000 | 1001000 | 101100 |
Color Harmonies of #1FC134
Complementary color
Monochromatic Colors of #1FC134
Black with #1FC134
Text Example
Text Example
White with #1FC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC134; }
p { color: rgb(31,193,52); }
H1.HeaderClassName
{
color: #1FC134;
}
.AnyTagClassName
{
color: #1FC134;
}
</style>
background-color css
<style>
a { background-color: #1FC134; }
a { background-color: rgb(31,193,52); }
div.DivClassName
{
background-color: #1FC134;
}
.BgClassName
{
background-color: #1FC134;
}
</style>
border-color css
<style>
span { border-color: #1FC134; }
span { border-color: rgb(31,193,52); }
td.TdClassName
{
border-color: #1FC134;
}
.TagClassName
{
border-color: #1FC134;
}
</style>