Shades of Lime Green #1FDA2E
Tints of Lime Green #1FDA2E
RGB
CMYK
RGB Variations
Color information
#1FDA2E (or 0x1FDA2E) is known color: Lime Green. HEX triplet: 1F, DA and 2E. RGB value is (31,218,46). Sum of RGB (Red+Green+Blue) = 31+218+46=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 218 (85.55% from 255 or 73.90% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDA2E is #E025D1. Grayscale: #8E8E8E. Windows color (decimal): -14689746 or 3070495. OLE color: 3070495.
HSL color Cylindrical-coordinate representation of color #1FDA2E: hue angle of 124.81º 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 #1FDA2E is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 46 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.15 |
| HSL | 124.81º | 0.75% | 0.49% | - |
| HSV(B) | 124.81º | 0.86% | 0.85% | - |
| XYZ | 26.13 | 50.63 | 10.98 | - |
| YUV | 142.48 | 73.55 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 46 | 0.86 | 0 | 0.79 | 0.15 | 124.81 | 0.75 | 0.49 |
| Hex | 1F | DA | 2E | 56 | 0 | 4F | F | 7D | 4B | 31 |
| Octal | 37 | 332 | 56 | 126 | 0 | 117 | 17 | 175 | 113 | 61 |
| Binary | 11111 | 11011010 | 101110 | 1010110 | 0 | 1001111 | 1111 | 1111101 | 1001011 | 110001 |
Color Harmonies of #1FDA2E
Complementary color
Monochromatic Colors of #1FDA2E
Black with #1FDA2E
Text Example
Text Example
White with #1FDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA2E; }
p { color: rgb(31,218,46); }
H1.HeaderClassName
{
color: #1FDA2E;
}
.AnyTagClassName
{
color: #1FDA2E;
}
</style>
background-color css
<style>
a { background-color: #1FDA2E; }
a { background-color: rgb(31,218,46); }
div.DivClassName
{
background-color: #1FDA2E;
}
.BgClassName
{
background-color: #1FDA2E;
}
</style>
border-color css
<style>
span { border-color: #1FDA2E; }
span { border-color: rgb(31,218,46); }
td.TdClassName
{
border-color: #1FDA2E;
}
.TagClassName
{
border-color: #1FDA2E;
}
</style>