Shades of Electric Lime #CEF106
Tints of Electric Lime #CEF106
RGB
CMYK
RGB Variations
Color information
#CEF106 (or 0xCEF106) is known color: Electric Lime. HEX triplet: CE, F1 and 06. RGB value is (206,241,6). Sum of RGB (Red+Green+Blue) = 206+241+6=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF106 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF106 is #310EF9. Grayscale: #CCCCCC. Windows color (decimal): -3215098 or 455118. OLE color: 455118.
HSL color Cylindrical-coordinate representation of color #CEF106: hue angle of 68.94º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEF106 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 6 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.05 |
| HSL | 68.94º | 0.95% | 0.48% | - |
| HSV(B) | 68.94º | 0.98% | 0.95% | - |
| XYZ | 56.94 | 76.05 | 11.85 | - |
| YUV | 203.75 | 16.4 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 6 | 0.15 | 0 | 0.98 | 0.05 | 68.94 | 0.95 | 0.48 |
| Hex | CE | F1 | 6 | F | 0 | 62 | 5 | 45 | 5F | 30 |
| Octal | 316 | 361 | 6 | 17 | 0 | 142 | 5 | 105 | 137 | 60 |
| Binary | 11001110 | 11110001 | 110 | 1111 | 0 | 1100010 | 101 | 1000101 | 1011111 | 110000 |
Color Harmonies of #CEF106
Complementary color
Monochromatic Colors of #CEF106
Black with #CEF106
Text Example
Text Example
White with #CEF106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF106; }
p { color: rgb(206,241,6); }
H1.HeaderClassName
{
color: #CEF106;
}
.AnyTagClassName
{
color: #CEF106;
}
</style>
background-color css
<style>
a { background-color: #CEF106; }
a { background-color: rgb(206,241,6); }
div.DivClassName
{
background-color: #CEF106;
}
.BgClassName
{
background-color: #CEF106;
}
</style>
border-color css
<style>
span { border-color: #CEF106; }
span { border-color: rgb(206,241,6); }
td.TdClassName
{
border-color: #CEF106;
}
.TagClassName
{
border-color: #CEF106;
}
</style>