Shades of Electric Lime #CEFE0C
Tints of Electric Lime #CEFE0C
RGB
CMYK
RGB Variations
Color information
#CEFE0C (or 0xCEFE0C) is known color: Electric Lime. HEX triplet: CE, FE and 0C. RGB value is (206,254,12). Sum of RGB (Red+Green+Blue) = 206+254+12=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFE0C is #3101F3. Grayscale: #D4D4D4. Windows color (decimal): -3211764 or 851662. OLE color: 851662.
HSL color Cylindrical-coordinate representation of color #CEFE0C: hue angle of 71.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEFE0C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 12 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.00 |
| HSL | 71.9º | 0.99% | 0.52% | - |
| HSV(B) | 71.9º | 0.95% | 1% | - |
| XYZ | 60.96 | 84.03 | 13.35 | - |
| YUV | 212.06 | 15.1 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 12 | 0.19 | 0 | 0.95 | 0.00 | 71.9 | 0.99 | 0.52 |
| Hex | CE | FE | C | 13 | 0 | 5F | 0 | 48 | 63 | 34 |
| Octal | 316 | 376 | 14 | 23 | 0 | 137 | 0 | 110 | 143 | 64 |
| Binary | 11001110 | 11111110 | 1100 | 10011 | 0 | 1011111 | 0 | 1001000 | 1100011 | 110100 |
Color Harmonies of #CEFE0C
Complementary color
Monochromatic Colors of #CEFE0C
Black with #CEFE0C
Text Example
Text Example
White with #CEFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE0C; }
p { color: rgb(206,254,12); }
H1.HeaderClassName
{
color: #CEFE0C;
}
.AnyTagClassName
{
color: #CEFE0C;
}
</style>
background-color css
<style>
a { background-color: #CEFE0C; }
a { background-color: rgb(206,254,12); }
div.DivClassName
{
background-color: #CEFE0C;
}
.BgClassName
{
background-color: #CEFE0C;
}
</style>
border-color css
<style>
span { border-color: #CEFE0C; }
span { border-color: rgb(206,254,12); }
td.TdClassName
{
border-color: #CEFE0C;
}
.TagClassName
{
border-color: #CEFE0C;
}
</style>