Shades of Electric Lime #CFEA08
Tints of Electric Lime #CFEA08
RGB
CMYK
RGB Variations
Color information
#CFEA08 (or 0xCFEA08) is known color: Electric Lime. HEX triplet: CF, EA and 08. RGB value is (207,234,8). Sum of RGB (Red+Green+Blue) = 207+234+8=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEA08 is #3015F7. Grayscale: #C9C9C9. Windows color (decimal): -3151352 or 584399. OLE color: 584399.
HSL color Cylindrical-coordinate representation of color #CFEA08: hue angle of 67.17º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFEA08 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 8 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.08 |
| HSL | 67.17º | 0.93% | 0.47% | - |
| HSV(B) | 67.17º | 0.97% | 0.92% | - |
| XYZ | 55.2 | 72.13 | 11.24 | - |
| YUV | 200.16 | 19.55 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 8 | 0.12 | 0 | 0.97 | 0.08 | 67.17 | 0.93 | 0.47 |
| Hex | CF | EA | 8 | C | 0 | 61 | 8 | 43 | 5D | 2F |
| Octal | 317 | 352 | 10 | 14 | 0 | 141 | 10 | 103 | 135 | 57 |
| Binary | 11001111 | 11101010 | 1000 | 1100 | 0 | 1100001 | 1000 | 1000011 | 1011101 | 101111 |
Color Harmonies of #CFEA08
Complementary color
Monochromatic Colors of #CFEA08
Black with #CFEA08
Text Example
Text Example
White with #CFEA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA08; }
p { color: rgb(207,234,8); }
H1.HeaderClassName
{
color: #CFEA08;
}
.AnyTagClassName
{
color: #CFEA08;
}
</style>
background-color css
<style>
a { background-color: #CFEA08; }
a { background-color: rgb(207,234,8); }
div.DivClassName
{
background-color: #CFEA08;
}
.BgClassName
{
background-color: #CFEA08;
}
</style>
border-color css
<style>
span { border-color: #CFEA08; }
span { border-color: rgb(207,234,8); }
td.TdClassName
{
border-color: #CFEA08;
}
.TagClassName
{
border-color: #CFEA08;
}
</style>