Shades of Lime Green #1EEE34
Tints of Lime Green #1EEE34
RGB
CMYK
RGB Variations
Color information
#1EEE34 (or 0x1EEE34) is known color: Lime Green. HEX triplet: 1E, EE and 34. RGB value is (30,238,52). Sum of RGB (Red+Green+Blue) = 30+238+52=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 238 (93.36% from 255 or 74.38% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEE34 is #E111CB. Grayscale: #9B9B9B. Windows color (decimal): -14750156 or 3468830. OLE color: 3468830.
HSL color Cylindrical-coordinate representation of color #1EEE34: hue angle of 126.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEE34 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 52 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.07 |
| HSL | 126.35º | 0.86% | 0.53% | - |
| HSV(B) | 126.35º | 0.87% | 0.93% | - |
| XYZ | 31.73 | 61.67 | 13.48 | - |
| YUV | 154.6 | 70.09 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 52 | 0.87 | 0 | 0.78 | 0.07 | 126.35 | 0.86 | 0.53 |
| Hex | 1E | EE | 34 | 57 | 0 | 4E | 7 | 7E | 56 | 35 |
| Octal | 36 | 356 | 64 | 127 | 0 | 116 | 7 | 176 | 126 | 65 |
| Binary | 11110 | 11101110 | 110100 | 1010111 | 0 | 1001110 | 111 | 1111110 | 1010110 | 110101 |
Color Harmonies of #1EEE34
Complementary color
Monochromatic Colors of #1EEE34
Black with #1EEE34
Text Example
Text Example
White with #1EEE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE34; }
p { color: rgb(30,238,52); }
H1.HeaderClassName
{
color: #1EEE34;
}
.AnyTagClassName
{
color: #1EEE34;
}
</style>
background-color css
<style>
a { background-color: #1EEE34; }
a { background-color: rgb(30,238,52); }
div.DivClassName
{
background-color: #1EEE34;
}
.BgClassName
{
background-color: #1EEE34;
}
</style>
border-color css
<style>
span { border-color: #1EEE34; }
span { border-color: rgb(30,238,52); }
td.TdClassName
{
border-color: #1EEE34;
}
.TagClassName
{
border-color: #1EEE34;
}
</style>