Shades of Lime Green #1EB41C
Tints of Lime Green #1EB41C
RGB
CMYK
RGB Variations
Color information
#1EB41C (or 0x1EB41C) is known color: Lime Green. HEX triplet: 1E, B4 and 1C. RGB value is (30,180,28). Sum of RGB (Red+Green+Blue) = 30+180+28=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 180 (70.70% from 255 or 75.63% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB41C is #E14BE3. Grayscale: #767676. Windows color (decimal): -14765028 or 1881118. OLE color: 1881118.
HSL color Cylindrical-coordinate representation of color #1EB41C: hue angle of 119.21º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB41C is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 28 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.29 |
| HSL | 119.21º | 0.73% | 0.41% | - |
| HSV(B) | 119.21º | 0.84% | 0.71% | - |
| XYZ | 17.07 | 33 | 6.57 | - |
| YUV | 117.82 | 77.31 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 28 | 0.83 | 0 | 0.84 | 0.29 | 119.21 | 0.73 | 0.41 |
| Hex | 1E | B4 | 1C | 53 | 0 | 54 | 1D | 77 | 49 | 29 |
| Octal | 36 | 264 | 34 | 123 | 0 | 124 | 35 | 167 | 111 | 51 |
| Binary | 11110 | 10110100 | 11100 | 1010011 | 0 | 1010100 | 11101 | 1110111 | 1001001 | 101001 |
Color Harmonies of #1EB41C
Complementary color
Monochromatic Colors of #1EB41C
Black with #1EB41C
Text Example
Text Example
White with #1EB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB41C; }
p { color: rgb(30,180,28); }
H1.HeaderClassName
{
color: #1EB41C;
}
.AnyTagClassName
{
color: #1EB41C;
}
</style>
background-color css
<style>
a { background-color: #1EB41C; }
a { background-color: rgb(30,180,28); }
div.DivClassName
{
background-color: #1EB41C;
}
.BgClassName
{
background-color: #1EB41C;
}
</style>
border-color css
<style>
span { border-color: #1EB41C; }
span { border-color: rgb(30,180,28); }
td.TdClassName
{
border-color: #1EB41C;
}
.TagClassName
{
border-color: #1EB41C;
}
</style>