Shades of Electric Lime #CEFE07
Tints of Electric Lime #CEFE07
RGB
CMYK
RGB Variations
Color information
#CEFE07 (or 0xCEFE07) is known color: Electric Lime. HEX triplet: CE, FE and 07. RGB value is (206,254,7). Sum of RGB (Red+Green+Blue) = 206+254+7=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFE07 is #3101F8. Grayscale: #D4D4D4. Windows color (decimal): -3211769 or 523982. OLE color: 523982.
HSL color Cylindrical-coordinate representation of color #CEFE07: hue angle of 71.66º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEFE07 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 7 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.00 |
| HSL | 71.66º | 0.99% | 0.51% | - |
| HSV(B) | 71.66º | 0.97% | 1% | - |
| XYZ | 60.93 | 84.02 | 13.21 | - |
| YUV | 211.49 | 12.6 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 7 | 0.19 | 0 | 0.97 | 0.00 | 71.66 | 0.99 | 0.51 |
| Hex | CE | FE | 7 | 13 | 0 | 61 | 0 | 48 | 63 | 33 |
| Octal | 316 | 376 | 7 | 23 | 0 | 141 | 0 | 110 | 143 | 63 |
| Binary | 11001110 | 11111110 | 111 | 10011 | 0 | 1100001 | 0 | 1001000 | 1100011 | 110011 |
Color Harmonies of #CEFE07
Complementary color
Monochromatic Colors of #CEFE07
Black with #CEFE07
Text Example
Text Example
White with #CEFE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE07; }
p { color: rgb(206,254,7); }
H1.HeaderClassName
{
color: #CEFE07;
}
.AnyTagClassName
{
color: #CEFE07;
}
</style>
background-color css
<style>
a { background-color: #CEFE07; }
a { background-color: rgb(206,254,7); }
div.DivClassName
{
background-color: #CEFE07;
}
.BgClassName
{
background-color: #CEFE07;
}
</style>
border-color css
<style>
span { border-color: #CEFE07; }
span { border-color: rgb(206,254,7); }
td.TdClassName
{
border-color: #CEFE07;
}
.TagClassName
{
border-color: #CEFE07;
}
</style>