Shades of Lime Green #1FDA31
Tints of Lime Green #1FDA31
RGB
CMYK
RGB Variations
Color information
#1FDA31 (or 0x1FDA31) is known color: Lime Green. HEX triplet: 1F, DA and 31. RGB value is (31,218,49). Sum of RGB (Red+Green+Blue) = 31+218+49=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 218 (85.55% from 255 or 73.15% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDA31 is #E025CE. Grayscale: #8F8F8F. Windows color (decimal): -14689743 or 3267103. OLE color: 3267103.
HSL color Cylindrical-coordinate representation of color #1FDA31: hue angle of 125.78º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDA31 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 49 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.15 |
| HSL | 125.78º | 0.75% | 0.49% | - |
| HSV(B) | 125.78º | 0.86% | 0.85% | - |
| XYZ | 26.19 | 50.66 | 11.3 | - |
| YUV | 142.82 | 75.05 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 49 | 0.86 | 0 | 0.78 | 0.15 | 125.78 | 0.75 | 0.49 |
| Hex | 1F | DA | 31 | 56 | 0 | 4E | F | 7E | 4B | 31 |
| Octal | 37 | 332 | 61 | 126 | 0 | 116 | 17 | 176 | 113 | 61 |
| Binary | 11111 | 11011010 | 110001 | 1010110 | 0 | 1001110 | 1111 | 1111110 | 1001011 | 110001 |
Color Harmonies of #1FDA31
Complementary color
Monochromatic Colors of #1FDA31
Black with #1FDA31
Text Example
Text Example
White with #1FDA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA31; }
p { color: rgb(31,218,49); }
H1.HeaderClassName
{
color: #1FDA31;
}
.AnyTagClassName
{
color: #1FDA31;
}
</style>
background-color css
<style>
a { background-color: #1FDA31; }
a { background-color: rgb(31,218,49); }
div.DivClassName
{
background-color: #1FDA31;
}
.BgClassName
{
background-color: #1FDA31;
}
</style>
border-color css
<style>
span { border-color: #1FDA31; }
span { border-color: rgb(31,218,49); }
td.TdClassName
{
border-color: #1FDA31;
}
.TagClassName
{
border-color: #1FDA31;
}
</style>