Shades of Lime Green #1EBC30
Tints of Lime Green #1EBC30
RGB
CMYK
RGB Variations
Color information
#1EBC30 (or 0x1EBC30) is known color: Lime Green. HEX triplet: 1E, BC and 30. RGB value is (30,188,48). Sum of RGB (Red+Green+Blue) = 30+188+48=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBC30 is #E143CF. Grayscale: #7D7D7D. Windows color (decimal): -14762960 or 3193886. OLE color: 3193886.
HSL color Cylindrical-coordinate representation of color #1EBC30: hue angle of 126.84º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBC30 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 188 | 48 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.26 |
| HSL | 126.84º | 0.72% | 0.43% | - |
| HSV(B) | 126.84º | 0.84% | 0.74% | - |
| XYZ | 19.05 | 36.46 | 8.83 | - |
| YUV | 124.8 | 84.65 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 48 | 0.84 | 0 | 0.74 | 0.26 | 126.84 | 0.72 | 0.43 |
| Hex | 1E | BC | 30 | 54 | 0 | 4A | 1A | 7F | 48 | 2B |
| Octal | 36 | 274 | 60 | 124 | 0 | 112 | 32 | 177 | 110 | 53 |
| Binary | 11110 | 10111100 | 110000 | 1010100 | 0 | 1001010 | 11010 | 1111111 | 1001000 | 101011 |
Color Harmonies of #1EBC30
Complementary color
Monochromatic Colors of #1EBC30
Black with #1EBC30
Text Example
Text Example
White with #1EBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBC30; }
p { color: rgb(30,188,48); }
H1.HeaderClassName
{
color: #1EBC30;
}
.AnyTagClassName
{
color: #1EBC30;
}
</style>
background-color css
<style>
a { background-color: #1EBC30; }
a { background-color: rgb(30,188,48); }
div.DivClassName
{
background-color: #1EBC30;
}
.BgClassName
{
background-color: #1EBC30;
}
</style>
border-color css
<style>
span { border-color: #1EBC30; }
span { border-color: rgb(30,188,48); }
td.TdClassName
{
border-color: #1EBC30;
}
.TagClassName
{
border-color: #1EBC30;
}
</style>