Shades of Lime Green #1FCD10
Tints of Lime Green #1FCD10
RGB
CMYK
RGB Variations
Color information
#1FCD10 (or 0x1FCD10) is known color: Lime Green. HEX triplet: 1F, CD and 10. RGB value is (31,205,16). Sum of RGB (Red+Green+Blue) = 31+205+16=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 205 (80.47% from 255 or 81.35% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCD10 is #E032EF. Grayscale: #848484. Windows color (decimal): -14693104 or 1101087. OLE color: 1101087.
HSL color Cylindrical-coordinate representation of color #1FCD10: hue angle of 115.24º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FCD10 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 16 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.20 |
| HSL | 115.24º | 0.86% | 0.43% | - |
| HSV(B) | 115.24º | 0.92% | 0.8% | - |
| XYZ | 22.49 | 43.99 | 7.8 | - |
| YUV | 131.43 | 62.85 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 16 | 0.85 | 0 | 0.92 | 0.20 | 115.24 | 0.86 | 0.43 |
| Hex | 1F | CD | 10 | 55 | 0 | 5C | 14 | 73 | 56 | 2B |
| Octal | 37 | 315 | 20 | 125 | 0 | 134 | 24 | 163 | 126 | 53 |
| Binary | 11111 | 11001101 | 10000 | 1010101 | 0 | 1011100 | 10100 | 1110011 | 1010110 | 101011 |
Color Harmonies of #1FCD10
Complementary color
Monochromatic Colors of #1FCD10
Black with #1FCD10
Text Example
Text Example
White with #1FCD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD10; }
p { color: rgb(31,205,16); }
H1.HeaderClassName
{
color: #1FCD10;
}
.AnyTagClassName
{
color: #1FCD10;
}
</style>
background-color css
<style>
a { background-color: #1FCD10; }
a { background-color: rgb(31,205,16); }
div.DivClassName
{
background-color: #1FCD10;
}
.BgClassName
{
background-color: #1FCD10;
}
</style>
border-color css
<style>
span { border-color: #1FCD10; }
span { border-color: rgb(31,205,16); }
td.TdClassName
{
border-color: #1FCD10;
}
.TagClassName
{
border-color: #1FCD10;
}
</style>