Shades of Lime Green #1FCC1D
Tints of Lime Green #1FCC1D
RGB
CMYK
RGB Variations
Color information
#1FCC1D (or 0x1FCC1D) is known color: Lime Green. HEX triplet: 1F, CC and 1D. RGB value is (31,204,29). Sum of RGB (Red+Green+Blue) = 31+204+29=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 204 (80.08% from 255 or 77.27% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCC1D is #E033E2. Grayscale: #848484. Windows color (decimal): -14693347 or 1952799. OLE color: 1952799.
HSL color Cylindrical-coordinate representation of color #1FCC1D: hue angle of 119.31º degrees, saturation: 0.75, 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 #1FCC1D is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 29 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.2 |
| HSL | 119.31º | 0.75% | 0.46% | - |
| HSV(B) | 119.31º | 0.86% | 0.8% | - |
| XYZ | 22.38 | 43.57 | 8.39 | - |
| YUV | 132.32 | 69.69 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 29 | 0.85 | 0 | 0.86 | 0.2 | 119.31 | 0.75 | 0.46 |
| Hex | 1F | CC | 1D | 55 | 0 | 56 | 14 | 77 | 4B | 2E |
| Octal | 37 | 314 | 35 | 125 | 0 | 126 | 24 | 167 | 113 | 56 |
| Binary | 11111 | 11001100 | 11101 | 1010101 | 0 | 1010110 | 10100 | 1110111 | 1001011 | 101110 |
Color Harmonies of #1FCC1D
Complementary color
Monochromatic Colors of #1FCC1D
Black with #1FCC1D
Text Example
Text Example
White with #1FCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC1D; }
p { color: rgb(31,204,29); }
H1.HeaderClassName
{
color: #1FCC1D;
}
.AnyTagClassName
{
color: #1FCC1D;
}
</style>
background-color css
<style>
a { background-color: #1FCC1D; }
a { background-color: rgb(31,204,29); }
div.DivClassName
{
background-color: #1FCC1D;
}
.BgClassName
{
background-color: #1FCC1D;
}
</style>
border-color css
<style>
span { border-color: #1FCC1D; }
span { border-color: rgb(31,204,29); }
td.TdClassName
{
border-color: #1FCC1D;
}
.TagClassName
{
border-color: #1FCC1D;
}
</style>