Shades of Lime Green #1FED2F
Tints of Lime Green #1FED2F
RGB
CMYK
RGB Variations
Color information
#1FED2F (or 0x1FED2F) is known color: Lime Green. HEX triplet: 1F, ED and 2F. RGB value is (31,237,47). Sum of RGB (Red+Green+Blue) = 31+237+47=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 237 (92.97% from 255 or 75.24% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 237 - color contains mainly: green. Hex color #1FED2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FED2F is #E012D0. Grayscale: #9A9A9A. Windows color (decimal): -14684881 or 3140895. OLE color: 3140895.
HSL color Cylindrical-coordinate representation of color #1FED2F: hue angle of 124.66º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FED2F is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 237 | 47 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.07 |
| HSL | 124.66º | 0.85% | 0.53% | - |
| HSV(B) | 124.66º | 0.87% | 0.93% | - |
| XYZ | 31.36 | 61.06 | 12.82 | - |
| YUV | 153.75 | 67.75 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 237 | 47 | 0.87 | 0 | 0.80 | 0.07 | 124.66 | 0.85 | 0.53 |
| Hex | 1F | ED | 2F | 57 | 0 | 50 | 7 | 7D | 55 | 35 |
| Octal | 37 | 355 | 57 | 127 | 0 | 120 | 7 | 175 | 125 | 65 |
| Binary | 11111 | 11101101 | 101111 | 1010111 | 0 | 1010000 | 111 | 1111101 | 1010101 | 110101 |
Color Harmonies of #1FED2F
Complementary color
Monochromatic Colors of #1FED2F
Black with #1FED2F
Text Example
Text Example
White with #1FED2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FED2F; }
p { color: rgb(31,237,47); }
H1.HeaderClassName
{
color: #1FED2F;
}
.AnyTagClassName
{
color: #1FED2F;
}
</style>
background-color css
<style>
a { background-color: #1FED2F; }
a { background-color: rgb(31,237,47); }
div.DivClassName
{
background-color: #1FED2F;
}
.BgClassName
{
background-color: #1FED2F;
}
</style>
border-color css
<style>
span { border-color: #1FED2F; }
span { border-color: rgb(31,237,47); }
td.TdClassName
{
border-color: #1FED2F;
}
.TagClassName
{
border-color: #1FED2F;
}
</style>