Shades of Lime Green #1FD63C
Tints of Lime Green #1FD63C
RGB
CMYK
RGB Variations
Color information
#1FD63C (or 0x1FD63C) is known color: Lime Green. HEX triplet: 1F, D6 and 3C. RGB value is (31,214,60). Sum of RGB (Red+Green+Blue) = 31+214+60=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD63C is #E029C3. Grayscale: #8E8E8E. Windows color (decimal): -14690756 or 3986975. OLE color: 3986975.
HSL color Cylindrical-coordinate representation of color #1FD63C: hue angle of 129.51º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD63C is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 214 | 60 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.16 |
| HSL | 129.51º | 0.75% | 0.48% | - |
| HSV(B) | 129.51º | 0.86% | 0.84% | - |
| XYZ | 25.43 | 48.71 | 12.34 | - |
| YUV | 141.73 | 81.87 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 214 | 60 | 0.86 | 0 | 0.72 | 0.16 | 129.51 | 0.75 | 0.48 |
| Hex | 1F | D6 | 3C | 56 | 0 | 48 | 10 | 82 | 4B | 30 |
| Octal | 37 | 326 | 74 | 126 | 0 | 110 | 20 | 202 | 113 | 60 |
| Binary | 11111 | 11010110 | 111100 | 1010110 | 0 | 1001000 | 10000 | 10000010 | 1001011 | 110000 |
Color Harmonies of #1FD63C
Complementary color
Monochromatic Colors of #1FD63C
Black with #1FD63C
Text Example
Text Example
White with #1FD63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD63C; }
p { color: rgb(31,214,60); }
H1.HeaderClassName
{
color: #1FD63C;
}
.AnyTagClassName
{
color: #1FD63C;
}
</style>
background-color css
<style>
a { background-color: #1FD63C; }
a { background-color: rgb(31,214,60); }
div.DivClassName
{
background-color: #1FD63C;
}
.BgClassName
{
background-color: #1FD63C;
}
</style>
border-color css
<style>
span { border-color: #1FD63C; }
span { border-color: rgb(31,214,60); }
td.TdClassName
{
border-color: #1FD63C;
}
.TagClassName
{
border-color: #1FD63C;
}
</style>