Shades of Lime Green #1FD03F
Tints of Lime Green #1FD03F
RGB
CMYK
RGB Variations
Color information
#1FD03F (or 0x1FD03F) is known color: Lime Green. HEX triplet: 1F, D0 and 3F. RGB value is (31,208,63). Sum of RGB (Red+Green+Blue) = 31+208+63=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 208 (81.64% from 255 or 68.87% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD03F is #E02FC0. Grayscale: #8A8A8A. Windows color (decimal): -14692289 or 4182047. OLE color: 4182047.
HSL color Cylindrical-coordinate representation of color #1FD03F: hue angle of 130.85º 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 #1FD03F is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 63 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.18 |
| HSL | 130.85º | 0.74% | 0.47% | - |
| HSV(B) | 130.85º | 0.85% | 0.82% | - |
| XYZ | 24.02 | 45.76 | 12.27 | - |
| YUV | 138.55 | 85.36 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 63 | 0.85 | 0 | 0.70 | 0.18 | 130.85 | 0.74 | 0.47 |
| Hex | 1F | D0 | 3F | 55 | 0 | 46 | 12 | 83 | 4A | 2F |
| Octal | 37 | 320 | 77 | 125 | 0 | 106 | 22 | 203 | 112 | 57 |
| Binary | 11111 | 11010000 | 111111 | 1010101 | 0 | 1000110 | 10010 | 10000011 | 1001010 | 101111 |
Color Harmonies of #1FD03F
Complementary color
Monochromatic Colors of #1FD03F
Black with #1FD03F
Text Example
Text Example
White with #1FD03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD03F; }
p { color: rgb(31,208,63); }
H1.HeaderClassName
{
color: #1FD03F;
}
.AnyTagClassName
{
color: #1FD03F;
}
</style>
background-color css
<style>
a { background-color: #1FD03F; }
a { background-color: rgb(31,208,63); }
div.DivClassName
{
background-color: #1FD03F;
}
.BgClassName
{
background-color: #1FD03F;
}
</style>
border-color css
<style>
span { border-color: #1FD03F; }
span { border-color: rgb(31,208,63); }
td.TdClassName
{
border-color: #1FD03F;
}
.TagClassName
{
border-color: #1FD03F;
}
</style>