Shades of Lime Green #1FD30D
Tints of Lime Green #1FD30D
RGB
CMYK
RGB Variations
Color information
#1FD30D (or 0x1FD30D) is known color: Lime Green. HEX triplet: 1F, D3 and 0D. RGB value is (31,211,13). Sum of RGB (Red+Green+Blue) = 31+211+13=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 211 (82.81% from 255 or 82.75% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD30D is #E02CF2. Grayscale: #878787. Windows color (decimal): -14691571 or 906015. OLE color: 906015.
HSL color Cylindrical-coordinate representation of color #1FD30D: hue angle of 114.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FD30D is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 211 | 13 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.17 |
| HSL | 114.55º | 0.88% | 0.44% | - |
| HSV(B) | 114.55º | 0.94% | 0.83% | - |
| XYZ | 23.93 | 46.91 | 8.17 | - |
| YUV | 134.61 | 59.37 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 211 | 13 | 0.85 | 0 | 0.94 | 0.17 | 114.55 | 0.88 | 0.44 |
| Hex | 1F | D3 | D | 55 | 0 | 5E | 11 | 73 | 58 | 2C |
| Octal | 37 | 323 | 15 | 125 | 0 | 136 | 21 | 163 | 130 | 54 |
| Binary | 11111 | 11010011 | 1101 | 1010101 | 0 | 1011110 | 10001 | 1110011 | 1011000 | 101100 |
Color Harmonies of #1FD30D
Complementary color
Monochromatic Colors of #1FD30D
Black with #1FD30D
Text Example
Text Example
White with #1FD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD30D; }
p { color: rgb(31,211,13); }
H1.HeaderClassName
{
color: #1FD30D;
}
.AnyTagClassName
{
color: #1FD30D;
}
</style>
background-color css
<style>
a { background-color: #1FD30D; }
a { background-color: rgb(31,211,13); }
div.DivClassName
{
background-color: #1FD30D;
}
.BgClassName
{
background-color: #1FD30D;
}
</style>
border-color css
<style>
span { border-color: #1FD30D; }
span { border-color: rgb(31,211,13); }
td.TdClassName
{
border-color: #1FD30D;
}
.TagClassName
{
border-color: #1FD30D;
}
</style>