Shades of Lime Green #1EE72F
Tints of Lime Green #1EE72F
RGB
CMYK
RGB Variations
Color information
#1EE72F (or 0x1EE72F) is known color: Lime Green. HEX triplet: 1E, E7 and 2F. RGB value is (30,231,47). Sum of RGB (Red+Green+Blue) = 30+231+47=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 231 (90.62% from 255 or 75% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 231 - color contains mainly: green. Hex color #1EE72F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EE72F is #E118D0. Grayscale: #969696. Windows color (decimal): -14751953 or 3139358. OLE color: 3139358.
HSL color Cylindrical-coordinate representation of color #1EE72F: hue angle of 125.07º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE72F is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 231 | 47 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.09 |
| HSL | 125.07º | 0.81% | 0.51% | - |
| HSV(B) | 125.07º | 0.87% | 0.91% | - |
| XYZ | 29.62 | 57.63 | 12.25 | - |
| YUV | 149.93 | 69.91 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 231 | 47 | 0.87 | 0 | 0.80 | 0.09 | 125.07 | 0.81 | 0.51 |
| Hex | 1E | E7 | 2F | 57 | 0 | 50 | 9 | 7D | 51 | 33 |
| Octal | 36 | 347 | 57 | 127 | 0 | 120 | 11 | 175 | 121 | 63 |
| Binary | 11110 | 11100111 | 101111 | 1010111 | 0 | 1010000 | 1001 | 1111101 | 1010001 | 110011 |
Color Harmonies of #1EE72F
Complementary color
Monochromatic Colors of #1EE72F
Black with #1EE72F
Text Example
Text Example
White with #1EE72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE72F; }
p { color: rgb(30,231,47); }
H1.HeaderClassName
{
color: #1EE72F;
}
.AnyTagClassName
{
color: #1EE72F;
}
</style>
background-color css
<style>
a { background-color: #1EE72F; }
a { background-color: rgb(30,231,47); }
div.DivClassName
{
background-color: #1EE72F;
}
.BgClassName
{
background-color: #1EE72F;
}
</style>
border-color css
<style>
span { border-color: #1EE72F; }
span { border-color: rgb(30,231,47); }
td.TdClassName
{
border-color: #1EE72F;
}
.TagClassName
{
border-color: #1EE72F;
}
</style>