Shades of Lime Green #1FD03E
Tints of Lime Green #1FD03E
RGB
CMYK
RGB Variations
Color information
#1FD03E (or 0x1FD03E) is known color: Lime Green. HEX triplet: 1F, D0 and 3E. RGB value is (31,208,62). Sum of RGB (Red+Green+Blue) = 31+208+62=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD03E is #E02FC1. Grayscale: #8A8A8A. Windows color (decimal): -14692290 or 4116511. OLE color: 4116511.
HSL color Cylindrical-coordinate representation of color #1FD03E: hue angle of 130.51º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD03E is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 62 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.18 |
| HSL | 130.51º | 0.74% | 0.47% | - |
| HSV(B) | 130.51º | 0.85% | 0.82% | - |
| XYZ | 23.99 | 45.75 | 12.12 | - |
| YUV | 138.43 | 84.86 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 62 | 0.85 | 0 | 0.70 | 0.18 | 130.51 | 0.74 | 0.47 |
| Hex | 1F | D0 | 3E | 55 | 0 | 46 | 12 | 83 | 4A | 2F |
| Octal | 37 | 320 | 76 | 125 | 0 | 106 | 22 | 203 | 112 | 57 |
| Binary | 11111 | 11010000 | 111110 | 1010101 | 0 | 1000110 | 10010 | 10000011 | 1001010 | 101111 |
Color Harmonies of #1FD03E
Complementary color
Monochromatic Colors of #1FD03E
Black with #1FD03E
Text Example
Text Example
White with #1FD03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD03E; }
p { color: rgb(31,208,62); }
H1.HeaderClassName
{
color: #1FD03E;
}
.AnyTagClassName
{
color: #1FD03E;
}
</style>
background-color css
<style>
a { background-color: #1FD03E; }
a { background-color: rgb(31,208,62); }
div.DivClassName
{
background-color: #1FD03E;
}
.BgClassName
{
background-color: #1FD03E;
}
</style>
border-color css
<style>
span { border-color: #1FD03E; }
span { border-color: rgb(31,208,62); }
td.TdClassName
{
border-color: #1FD03E;
}
.TagClassName
{
border-color: #1FD03E;
}
</style>