Shades of Electric Lime #CEFA01
Tints of Electric Lime #CEFA01
RGB
CMYK
RGB Variations
Color information
#CEFA01 (or 0xCEFA01) is known color: Electric Lime. HEX triplet: CE, FA and 01. RGB value is (206,250,1). Sum of RGB (Red+Green+Blue) = 206+250+1=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 250 (98.05% from 255 or 54.70% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA01 is #3105FE. Grayscale: #D1D1D1. Windows color (decimal): -3212799 or 129742. OLE color: 129742.
HSL color Cylindrical-coordinate representation of color #CEFA01: hue angle of 70.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEFA01 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.02 |
| HSL | 70.6º | 0.99% | 0.49% | - |
| HSV(B) | 70.6º | 1% | 0.98% | - |
| XYZ | 59.64 | 81.5 | 12.62 | - |
| YUV | 208.46 | 10.92 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 1 | 0.18 | 0 | 1.00 | 0.02 | 70.6 | 0.99 | 0.49 |
| Hex | CE | FA | 1 | 12 | 0 | 64 | 2 | 47 | 63 | 31 |
| Octal | 316 | 372 | 1 | 22 | 0 | 144 | 2 | 107 | 143 | 61 |
| Binary | 11001110 | 11111010 | 1 | 10010 | 0 | 1100100 | 10 | 1000111 | 1100011 | 110001 |
Color Harmonies of #CEFA01
Complementary color
Monochromatic Colors of #CEFA01
Black with #CEFA01
Text Example
Text Example
White with #CEFA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA01; }
p { color: rgb(206,250,1); }
H1.HeaderClassName
{
color: #CEFA01;
}
.AnyTagClassName
{
color: #CEFA01;
}
</style>
background-color css
<style>
a { background-color: #CEFA01; }
a { background-color: rgb(206,250,1); }
div.DivClassName
{
background-color: #CEFA01;
}
.BgClassName
{
background-color: #CEFA01;
}
</style>
border-color css
<style>
span { border-color: #CEFA01; }
span { border-color: rgb(206,250,1); }
td.TdClassName
{
border-color: #CEFA01;
}
.TagClassName
{
border-color: #CEFA01;
}
</style>