Shades of Lime Green #1EDF27
Tints of Lime Green #1EDF27
RGB
CMYK
RGB Variations
Color information
#1EDF27 (or 0x1EDF27) is known color: Lime Green. HEX triplet: 1E, DF and 27. RGB value is (30,223,39). Sum of RGB (Red+Green+Blue) = 30+223+39=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 223 (87.5% from 255 or 76.37% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDF27 is #E120D8. Grayscale: #909090. Windows color (decimal): -14754009 or 2613022. OLE color: 2613022.
HSL color Cylindrical-coordinate representation of color #1EDF27: hue angle of 122.8º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDF27 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 39 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.13 |
| HSL | 122.8º | 0.76% | 0.5% | - |
| HSV(B) | 122.8º | 0.87% | 0.87% | - |
| XYZ | 27.29 | 53.2 | 10.75 | - |
| YUV | 144.32 | 68.56 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 39 | 0.87 | 0 | 0.83 | 0.13 | 122.8 | 0.76 | 0.5 |
| Hex | 1E | DF | 27 | 57 | 0 | 53 | D | 7B | 4C | 32 |
| Octal | 36 | 337 | 47 | 127 | 0 | 123 | 15 | 173 | 114 | 62 |
| Binary | 11110 | 11011111 | 100111 | 1010111 | 0 | 1010011 | 1101 | 1111011 | 1001100 | 110010 |
Color Harmonies of #1EDF27
Complementary color
Monochromatic Colors of #1EDF27
Black with #1EDF27
Text Example
Text Example
White with #1EDF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF27; }
p { color: rgb(30,223,39); }
H1.HeaderClassName
{
color: #1EDF27;
}
.AnyTagClassName
{
color: #1EDF27;
}
</style>
background-color css
<style>
a { background-color: #1EDF27; }
a { background-color: rgb(30,223,39); }
div.DivClassName
{
background-color: #1EDF27;
}
.BgClassName
{
background-color: #1EDF27;
}
</style>
border-color css
<style>
span { border-color: #1EDF27; }
span { border-color: rgb(30,223,39); }
td.TdClassName
{
border-color: #1EDF27;
}
.TagClassName
{
border-color: #1EDF27;
}
</style>