Shades of Lime Green #1FD51D
Tints of Lime Green #1FD51D
RGB
CMYK
RGB Variations
Color information
#1FD51D (or 0x1FD51D) is known color: Lime Green. HEX triplet: 1F, D5 and 1D. RGB value is (31,213,29). Sum of RGB (Red+Green+Blue) = 31+213+29=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 213 (83.59% from 255 or 78.02% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD51D is #E02AE2. Grayscale: #8A8A8A. Windows color (decimal): -14691043 or 1955103. OLE color: 1955103.
HSL color Cylindrical-coordinate representation of color #1FD51D: hue angle of 119.35º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD51D is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 29 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.16 |
| HSL | 119.35º | 0.76% | 0.47% | - |
| HSV(B) | 119.35º | 0.86% | 0.84% | - |
| XYZ | 24.58 | 47.97 | 9.13 | - |
| YUV | 137.61 | 66.7 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 29 | 0.85 | 0 | 0.86 | 0.16 | 119.35 | 0.76 | 0.47 |
| Hex | 1F | D5 | 1D | 55 | 0 | 56 | 10 | 77 | 4C | 2F |
| Octal | 37 | 325 | 35 | 125 | 0 | 126 | 20 | 167 | 114 | 57 |
| Binary | 11111 | 11010101 | 11101 | 1010101 | 0 | 1010110 | 10000 | 1110111 | 1001100 | 101111 |
Color Harmonies of #1FD51D
Complementary color
Monochromatic Colors of #1FD51D
Black with #1FD51D
Text Example
Text Example
White with #1FD51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD51D; }
p { color: rgb(31,213,29); }
H1.HeaderClassName
{
color: #1FD51D;
}
.AnyTagClassName
{
color: #1FD51D;
}
</style>
background-color css
<style>
a { background-color: #1FD51D; }
a { background-color: rgb(31,213,29); }
div.DivClassName
{
background-color: #1FD51D;
}
.BgClassName
{
background-color: #1FD51D;
}
</style>
border-color css
<style>
span { border-color: #1FD51D; }
span { border-color: rgb(31,213,29); }
td.TdClassName
{
border-color: #1FD51D;
}
.TagClassName
{
border-color: #1FD51D;
}
</style>