Shades of Lime Green #1FCD2C
Tints of Lime Green #1FCD2C
RGB
CMYK
RGB Variations
Color information
#1FCD2C (or 0x1FCD2C) is known color: Lime Green. HEX triplet: 1F, CD and 2C. RGB value is (31,205,44). Sum of RGB (Red+Green+Blue) = 31+205+44=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 205 (80.47% from 255 or 73.21% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCD2C is #E032D3. Grayscale: #878787. Windows color (decimal): -14693076 or 2936095. OLE color: 2936095.
HSL color Cylindrical-coordinate representation of color #1FCD2C: hue angle of 124.48º 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 #1FCD2C is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 44 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.20 |
| HSL | 124.48º | 0.74% | 0.46% | - |
| HSV(B) | 124.48º | 0.85% | 0.8% | - |
| XYZ | 22.85 | 44.14 | 9.7 | - |
| YUV | 134.62 | 76.85 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 44 | 0.85 | 0 | 0.79 | 0.20 | 124.48 | 0.74 | 0.46 |
| Hex | 1F | CD | 2C | 55 | 0 | 4F | 14 | 7C | 4A | 2E |
| Octal | 37 | 315 | 54 | 125 | 0 | 117 | 24 | 174 | 112 | 56 |
| Binary | 11111 | 11001101 | 101100 | 1010101 | 0 | 1001111 | 10100 | 1111100 | 1001010 | 101110 |
Color Harmonies of #1FCD2C
Complementary color
Monochromatic Colors of #1FCD2C
Black with #1FCD2C
Text Example
Text Example
White with #1FCD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD2C; }
p { color: rgb(31,205,44); }
H1.HeaderClassName
{
color: #1FCD2C;
}
.AnyTagClassName
{
color: #1FCD2C;
}
</style>
background-color css
<style>
a { background-color: #1FCD2C; }
a { background-color: rgb(31,205,44); }
div.DivClassName
{
background-color: #1FCD2C;
}
.BgClassName
{
background-color: #1FCD2C;
}
</style>
border-color css
<style>
span { border-color: #1FCD2C; }
span { border-color: rgb(31,205,44); }
td.TdClassName
{
border-color: #1FCD2C;
}
.TagClassName
{
border-color: #1FCD2C;
}
</style>