Shades of Lime #00EE05
Tints of Lime #00EE05
RGB
CMYK
RGB Variations
Color information
#00EE05 (or 0x00EE05) is known color: Lime. HEX triplet: 00, EE and 05. RGB value is (0,238,5). Sum of RGB (Red+Green+Blue) = 0+238+5=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 238 (93.36% from 255 or 97.94% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 238 - color contains mainly: green. Hex color #00EE05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00EE05 is #FF11FA. Grayscale: #8C8C8C. Windows color (decimal): -16716283 or 388608. OLE color: 388608.
HSL color Cylindrical-coordinate representation of color #00EE05: hue angle of 121.26º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EE05 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 238 | 5 | - |
| CMYK | 1 | 0 | 0.98 | 0.07 |
| HSL | 121.26º | 1% | 0.47% | - |
| HSV(B) | 121.26º | 1% | 0.93% | - |
| XYZ | 30.6 | 61.16 | 10.34 | - |
| YUV | 140.28 | 51.65 | 27.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 238 | 5 | 1 | 0 | 0.98 | 0.07 | 121.26 | 1 | 0.47 |
| Hex | 0 | EE | 5 | 64 | 0 | 62 | 7 | 79 | 64 | 2F |
| Octal | 0 | 356 | 5 | 144 | 0 | 142 | 7 | 171 | 144 | 57 |
| Binary | 0 | 11101110 | 101 | 1100100 | 0 | 1100010 | 111 | 1111001 | 1100100 | 101111 |
Color Harmonies of #00EE05
Complementary color
Monochromatic Colors of #00EE05
Black with #00EE05
Text Example
Text Example
White with #00EE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EE05; }
p { color: rgb(0,238,5); }
H1.HeaderClassName
{
color: #00EE05;
}
.AnyTagClassName
{
color: #00EE05;
}
</style>
background-color css
<style>
a { background-color: #00EE05; }
a { background-color: rgb(0,238,5); }
div.DivClassName
{
background-color: #00EE05;
}
.BgClassName
{
background-color: #00EE05;
}
</style>
border-color css
<style>
span { border-color: #00EE05; }
span { border-color: rgb(0,238,5); }
td.TdClassName
{
border-color: #00EE05;
}
.TagClassName
{
border-color: #00EE05;
}
</style>