Shades of Electric Lime #CFED0A
Tints of Electric Lime #CFED0A
RGB
CMYK
RGB Variations
Color information
#CFED0A (or 0xCFED0A) is known color: Electric Lime. HEX triplet: CF, ED and 0A. RGB value is (207,237,10). Sum of RGB (Red+Green+Blue) = 207+237+10=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED0A is #3012F5. Grayscale: #CBCBCB. Windows color (decimal): -3150582 or 716239. OLE color: 716239.
HSL color Cylindrical-coordinate representation of color #CFED0A: hue angle of 67.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFED0A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.07 |
| HSL | 67.93º | 0.92% | 0.48% | - |
| HSV(B) | 67.93º | 0.96% | 0.93% | - |
| XYZ | 56.07 | 73.86 | 11.59 | - |
| YUV | 202.15 | 19.56 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 10 | 0.13 | 0 | 0.96 | 0.07 | 67.93 | 0.92 | 0.48 |
| Hex | CF | ED | A | D | 0 | 60 | 7 | 44 | 5C | 30 |
| Octal | 317 | 355 | 12 | 15 | 0 | 140 | 7 | 104 | 134 | 60 |
| Binary | 11001111 | 11101101 | 1010 | 1101 | 0 | 1100000 | 111 | 1000100 | 1011100 | 110000 |
Color Harmonies of #CFED0A
Complementary color
Monochromatic Colors of #CFED0A
Black with #CFED0A
Text Example
Text Example
White with #CFED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED0A; }
p { color: rgb(207,237,10); }
H1.HeaderClassName
{
color: #CFED0A;
}
.AnyTagClassName
{
color: #CFED0A;
}
</style>
background-color css
<style>
a { background-color: #CFED0A; }
a { background-color: rgb(207,237,10); }
div.DivClassName
{
background-color: #CFED0A;
}
.BgClassName
{
background-color: #CFED0A;
}
</style>
border-color css
<style>
span { border-color: #CFED0A; }
span { border-color: rgb(207,237,10); }
td.TdClassName
{
border-color: #CFED0A;
}
.TagClassName
{
border-color: #CFED0A;
}
</style>