Shades of Electric Lime #CFED04
Tints of Electric Lime #CFED04
RGB
CMYK
RGB Variations
Color information
#CFED04 (or 0xCFED04) is known color: Electric Lime. HEX triplet: CF, ED and 04. RGB value is (207,237,4). Sum of RGB (Red+Green+Blue) = 207+237+4=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 237 (92.97% from 255 or 52.90% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED04 is #3012FB. Grayscale: #CACACA. Windows color (decimal): -3150588 or 323023. OLE color: 323023.
HSL color Cylindrical-coordinate representation of color #CFED04: hue angle of 67.73º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFED04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.07 |
| HSL | 67.73º | 0.97% | 0.47% | - |
| HSV(B) | 67.73º | 0.98% | 0.93% | - |
| XYZ | 56.04 | 73.84 | 11.41 | - |
| YUV | 201.47 | 16.56 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 4 | 0.13 | 0 | 0.98 | 0.07 | 67.73 | 0.97 | 0.47 |
| Hex | CF | ED | 4 | D | 0 | 62 | 7 | 44 | 61 | 2F |
| Octal | 317 | 355 | 4 | 15 | 0 | 142 | 7 | 104 | 141 | 57 |
| Binary | 11001111 | 11101101 | 100 | 1101 | 0 | 1100010 | 111 | 1000100 | 1100001 | 101111 |
Color Harmonies of #CFED04
Complementary color
Monochromatic Colors of #CFED04
Black with #CFED04
Text Example
Text Example
White with #CFED04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED04; }
p { color: rgb(207,237,4); }
H1.HeaderClassName
{
color: #CFED04;
}
.AnyTagClassName
{
color: #CFED04;
}
</style>
background-color css
<style>
a { background-color: #CFED04; }
a { background-color: rgb(207,237,4); }
div.DivClassName
{
background-color: #CFED04;
}
.BgClassName
{
background-color: #CFED04;
}
</style>
border-color css
<style>
span { border-color: #CFED04; }
span { border-color: rgb(207,237,4); }
td.TdClassName
{
border-color: #CFED04;
}
.TagClassName
{
border-color: #CFED04;
}
</style>