Shades of Electric Lime #CFEA00
Tints of Electric Lime #CFEA00
RGB
CMYK
RGB Variations
Color information
#CFEA00 (or 0xCFEA00) is known color: Electric Lime. HEX triplet: CF, EA and 00. RGB value is (207,234,0). Sum of RGB (Red+Green+Blue) = 207+234+0=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEA00 is #3015FF. Grayscale: #C8C8C8. Windows color (decimal): -3151360 or 60111. OLE color: 60111.
HSL color Cylindrical-coordinate representation of color #CFEA00: hue angle of 66.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFEA00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.08 |
| HSL | 66.92º | 1% | 0.46% | - |
| HSV(B) | 66.92º | 1% | 0.92% | - |
| XYZ | 55.15 | 72.11 | 11.01 | - |
| YUV | 199.25 | 15.55 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 0 | 0.12 | 0 | 1 | 0.08 | 66.92 | 1 | 0.46 |
| Hex | CF | EA | 0 | C | 0 | 64 | 8 | 43 | 64 | 2E |
| Octal | 317 | 352 | 0 | 14 | 0 | 144 | 10 | 103 | 144 | 56 |
| Binary | 11001111 | 11101010 | 0 | 1100 | 0 | 1100100 | 1000 | 1000011 | 1100100 | 101110 |
Color Harmonies of #CFEA00
Complementary color
Monochromatic Colors of #CFEA00
Black with #CFEA00
Text Example
Text Example
White with #CFEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA00; }
p { color: rgb(207,234,0); }
H1.HeaderClassName
{
color: #CFEA00;
}
.AnyTagClassName
{
color: #CFEA00;
}
</style>
background-color css
<style>
a { background-color: #CFEA00; }
a { background-color: rgb(207,234,0); }
div.DivClassName
{
background-color: #CFEA00;
}
.BgClassName
{
background-color: #CFEA00;
}
</style>
border-color css
<style>
span { border-color: #CFEA00; }
span { border-color: rgb(207,234,0); }
td.TdClassName
{
border-color: #CFEA00;
}
.TagClassName
{
border-color: #CFEA00;
}
</style>