Shades of Electric Lime #CEF900
Tints of Electric Lime #CEF900
RGB
CMYK
RGB Variations
Color information
#CEF900 (or 0xCEF900) is known color: Electric Lime. HEX triplet: CE, F9 and 00. RGB value is (206,249,0). Sum of RGB (Red+Green+Blue) = 206+249+0=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF900 is #3106FF. Grayscale: #D0D0D0. Windows color (decimal): -3213056 or 63950. OLE color: 63950.
HSL color Cylindrical-coordinate representation of color #CEF900: hue angle of 70.36º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEF900 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.02 |
| HSL | 70.36º | 1% | 0.49% | - |
| HSV(B) | 70.36º | 1% | 0.98% | - |
| XYZ | 59.33 | 80.87 | 12.48 | - |
| YUV | 207.76 | 10.75 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 0 | 0.17 | 0 | 1 | 0.02 | 70.36 | 1 | 0.49 |
| Hex | CE | F9 | 0 | 11 | 0 | 64 | 2 | 46 | 64 | 31 |
| Octal | 316 | 371 | 0 | 21 | 0 | 144 | 2 | 106 | 144 | 61 |
| Binary | 11001110 | 11111001 | 0 | 10001 | 0 | 1100100 | 10 | 1000110 | 1100100 | 110001 |
Color Harmonies of #CEF900
Complementary color
Monochromatic Colors of #CEF900
Black with #CEF900
Text Example
Text Example
White with #CEF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF900; }
p { color: rgb(206,249,0); }
H1.HeaderClassName
{
color: #CEF900;
}
.AnyTagClassName
{
color: #CEF900;
}
</style>
background-color css
<style>
a { background-color: #CEF900; }
a { background-color: rgb(206,249,0); }
div.DivClassName
{
background-color: #CEF900;
}
.BgClassName
{
background-color: #CEF900;
}
</style>
border-color css
<style>
span { border-color: #CEF900; }
span { border-color: rgb(206,249,0); }
td.TdClassName
{
border-color: #CEF900;
}
.TagClassName
{
border-color: #CEF900;
}
</style>