Shades of Lime #06ED00
Tints of Lime #06ED00
RGB
CMYK
RGB Variations
Color information
#06ED00 (or 0x06ED00) is known color: Lime. HEX triplet: 06, ED and 00. RGB value is (6,237,0). Sum of RGB (Red+Green+Blue) = 6+237+0=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 237 (92.97% from 255 or 97.53% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 237 - color contains mainly: green. Hex color #06ED00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06ED00 is #F912FF. Grayscale: #8D8D8D. Windows color (decimal): -16323328 or 60678. OLE color: 60678.
HSL color Cylindrical-coordinate representation of color #06ED00: hue angle of 118.48º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06ED00 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 237 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.07 |
| HSL | 118.48º | 1% | 0.46% | - |
| HSV(B) | 118.48º | 1% | 0.93% | - |
| XYZ | 30.36 | 60.61 | 10.1 | - |
| YUV | 140.91 | 48.47 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 237 | 0 | 0.97 | 0 | 1 | 0.07 | 118.48 | 1 | 0.46 |
| Hex | 6 | ED | 0 | 61 | 0 | 64 | 7 | 76 | 64 | 2E |
| Octal | 6 | 355 | 0 | 141 | 0 | 144 | 7 | 166 | 144 | 56 |
| Binary | 110 | 11101101 | 0 | 1100001 | 0 | 1100100 | 111 | 1110110 | 1100100 | 101110 |
Color Harmonies of #06ED00
Complementary color
Monochromatic Colors of #06ED00
Black with #06ED00
Text Example
Text Example
White with #06ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ED00; }
p { color: rgb(6,237,0); }
H1.HeaderClassName
{
color: #06ED00;
}
.AnyTagClassName
{
color: #06ED00;
}
</style>
background-color css
<style>
a { background-color: #06ED00; }
a { background-color: rgb(6,237,0); }
div.DivClassName
{
background-color: #06ED00;
}
.BgClassName
{
background-color: #06ED00;
}
</style>
border-color css
<style>
span { border-color: #06ED00; }
span { border-color: rgb(6,237,0); }
td.TdClassName
{
border-color: #06ED00;
}
.TagClassName
{
border-color: #06ED00;
}
</style>