Shades of Electric Lime #CEF506
Tints of Electric Lime #CEF506
RGB
CMYK
RGB Variations
Color information
#CEF506 (or 0xCEF506) is known color: Electric Lime. HEX triplet: CE, F5 and 06. RGB value is (206,245,6). Sum of RGB (Red+Green+Blue) = 206+245+6=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 245 (96.09% from 255 or 53.61% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF506 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF506 is #310AF9. Grayscale: #CFCFCF. Windows color (decimal): -3214074 or 456142. OLE color: 456142.
HSL color Cylindrical-coordinate representation of color #CEF506: hue angle of 69.79º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEF506 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 6 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.04 |
| HSL | 69.79º | 0.95% | 0.49% | - |
| HSV(B) | 69.79º | 0.98% | 0.96% | - |
| XYZ | 58.14 | 78.44 | 12.25 | - |
| YUV | 206.09 | 15.08 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 6 | 0.16 | 0 | 0.98 | 0.04 | 69.79 | 0.95 | 0.49 |
| Hex | CE | F5 | 6 | 10 | 0 | 62 | 4 | 46 | 5F | 31 |
| Octal | 316 | 365 | 6 | 20 | 0 | 142 | 4 | 106 | 137 | 61 |
| Binary | 11001110 | 11110101 | 110 | 10000 | 0 | 1100010 | 100 | 1000110 | 1011111 | 110001 |
Color Harmonies of #CEF506
Complementary color
Monochromatic Colors of #CEF506
Black with #CEF506
Text Example
Text Example
White with #CEF506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF506; }
p { color: rgb(206,245,6); }
H1.HeaderClassName
{
color: #CEF506;
}
.AnyTagClassName
{
color: #CEF506;
}
</style>
background-color css
<style>
a { background-color: #CEF506; }
a { background-color: rgb(206,245,6); }
div.DivClassName
{
background-color: #CEF506;
}
.BgClassName
{
background-color: #CEF506;
}
</style>
border-color css
<style>
span { border-color: #CEF506; }
span { border-color: rgb(206,245,6); }
td.TdClassName
{
border-color: #CEF506;
}
.TagClassName
{
border-color: #CEF506;
}
</style>