Shades of Lime Green #1FCD1C
Tints of Lime Green #1FCD1C
RGB
CMYK
RGB Variations
Color information
#1FCD1C (or 0x1FCD1C) is known color: Lime Green. HEX triplet: 1F, CD and 1C. RGB value is (31,205,28). Sum of RGB (Red+Green+Blue) = 31+205+28=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 205 (80.47% from 255 or 77.65% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCD1C is #E032E3. Grayscale: #858585. Windows color (decimal): -14693092 or 1887519. OLE color: 1887519.
HSL color Cylindrical-coordinate representation of color #1FCD1C: hue angle of 118.98º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCD1C is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 28 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.20 |
| HSL | 118.98º | 0.76% | 0.46% | - |
| HSV(B) | 118.98º | 0.86% | 0.8% | - |
| XYZ | 22.61 | 44.04 | 8.41 | - |
| YUV | 132.8 | 68.85 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 28 | 0.85 | 0 | 0.86 | 0.20 | 118.98 | 0.76 | 0.46 |
| Hex | 1F | CD | 1C | 55 | 0 | 56 | 14 | 77 | 4C | 2E |
| Octal | 37 | 315 | 34 | 125 | 0 | 126 | 24 | 167 | 114 | 56 |
| Binary | 11111 | 11001101 | 11100 | 1010101 | 0 | 1010110 | 10100 | 1110111 | 1001100 | 101110 |
Color Harmonies of #1FCD1C
Complementary color
Monochromatic Colors of #1FCD1C
Black with #1FCD1C
Text Example
Text Example
White with #1FCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD1C; }
p { color: rgb(31,205,28); }
H1.HeaderClassName
{
color: #1FCD1C;
}
.AnyTagClassName
{
color: #1FCD1C;
}
</style>
background-color css
<style>
a { background-color: #1FCD1C; }
a { background-color: rgb(31,205,28); }
div.DivClassName
{
background-color: #1FCD1C;
}
.BgClassName
{
background-color: #1FCD1C;
}
</style>
border-color css
<style>
span { border-color: #1FCD1C; }
span { border-color: rgb(31,205,28); }
td.TdClassName
{
border-color: #1FCD1C;
}
.TagClassName
{
border-color: #1FCD1C;
}
</style>