Shades of Lime Green #1EEE33
Tints of Lime Green #1EEE33
RGB
CMYK
RGB Variations
Color information
#1EEE33 (or 0x1EEE33) is known color: Lime Green. HEX triplet: 1E, EE and 33. RGB value is (30,238,51). Sum of RGB (Red+Green+Blue) = 30+238+51=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 238 (93.36% from 255 or 74.61% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEE33 is #E111CC. Grayscale: #9B9B9B. Windows color (decimal): -14750157 or 3403294. OLE color: 3403294.
HSL color Cylindrical-coordinate representation of color #1EEE33: hue angle of 126.06º 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 #1EEE33 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 51 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.07 |
| HSL | 126.06º | 0.86% | 0.53% | - |
| HSV(B) | 126.06º | 0.87% | 0.93% | - |
| XYZ | 31.71 | 61.66 | 13.36 | - |
| YUV | 154.49 | 69.59 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 51 | 0.87 | 0 | 0.79 | 0.07 | 126.06 | 0.86 | 0.53 |
| Hex | 1E | EE | 33 | 57 | 0 | 4F | 7 | 7E | 56 | 35 |
| Octal | 36 | 356 | 63 | 127 | 0 | 117 | 7 | 176 | 126 | 65 |
| Binary | 11110 | 11101110 | 110011 | 1010111 | 0 | 1001111 | 111 | 1111110 | 1010110 | 110101 |
Color Harmonies of #1EEE33
Complementary color
Monochromatic Colors of #1EEE33
Black with #1EEE33
Text Example
Text Example
White with #1EEE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE33; }
p { color: rgb(30,238,51); }
H1.HeaderClassName
{
color: #1EEE33;
}
.AnyTagClassName
{
color: #1EEE33;
}
</style>
background-color css
<style>
a { background-color: #1EEE33; }
a { background-color: rgb(30,238,51); }
div.DivClassName
{
background-color: #1EEE33;
}
.BgClassName
{
background-color: #1EEE33;
}
</style>
border-color css
<style>
span { border-color: #1EEE33; }
span { border-color: rgb(30,238,51); }
td.TdClassName
{
border-color: #1EEE33;
}
.TagClassName
{
border-color: #1EEE33;
}
</style>