Shades of Lime Green #1ED51F
Tints of Lime Green #1ED51F
RGB
CMYK
RGB Variations
Color information
#1ED51F (or 0x1ED51F) is known color: Lime Green. HEX triplet: 1E, D5 and 1F. RGB value is (30,213,31). Sum of RGB (Red+Green+Blue) = 30+213+31=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 213 (83.59% from 255 or 77.74% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED51F is #E12AE0. Grayscale: #8A8A8A. Windows color (decimal): -14756577 or 2086174. OLE color: 2086174.
HSL color Cylindrical-coordinate representation of color #1ED51F: hue angle of 120.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED51F is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 31 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.16 |
| HSL | 120.33º | 0.75% | 0.48% | - |
| HSV(B) | 120.33º | 0.86% | 0.84% | - |
| XYZ | 24.58 | 47.96 | 9.26 | - |
| YUV | 137.54 | 67.87 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 31 | 0.86 | 0 | 0.85 | 0.16 | 120.33 | 0.75 | 0.48 |
| Hex | 1E | D5 | 1F | 56 | 0 | 55 | 10 | 78 | 4B | 30 |
| Octal | 36 | 325 | 37 | 126 | 0 | 125 | 20 | 170 | 113 | 60 |
| Binary | 11110 | 11010101 | 11111 | 1010110 | 0 | 1010101 | 10000 | 1111000 | 1001011 | 110000 |
Color Harmonies of #1ED51F
Complementary color
Monochromatic Colors of #1ED51F
Black with #1ED51F
Text Example
Text Example
White with #1ED51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED51F; }
p { color: rgb(30,213,31); }
H1.HeaderClassName
{
color: #1ED51F;
}
.AnyTagClassName
{
color: #1ED51F;
}
</style>
background-color css
<style>
a { background-color: #1ED51F; }
a { background-color: rgb(30,213,31); }
div.DivClassName
{
background-color: #1ED51F;
}
.BgClassName
{
background-color: #1ED51F;
}
</style>
border-color css
<style>
span { border-color: #1ED51F; }
span { border-color: rgb(30,213,31); }
td.TdClassName
{
border-color: #1ED51F;
}
.TagClassName
{
border-color: #1ED51F;
}
</style>