Shades of Electric Lime #CFE104
Tints of Electric Lime #CFE104
RGB
CMYK
RGB Variations
Color information
#CFE104 (or 0xCFE104) is known color: Electric Lime. HEX triplet: CF, E1 and 04. RGB value is (207,225,4). Sum of RGB (Red+Green+Blue) = 207+225+4=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE104 is #301EFB. Grayscale: #C3C3C3. Windows color (decimal): -3153660 or 319951. OLE color: 319951.
HSL color Cylindrical-coordinate representation of color #CFE104: hue angle of 64.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFE104 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.12 |
| HSL | 64.89º | 0.97% | 0.45% | - |
| HSV(B) | 64.89º | 0.98% | 0.88% | - |
| XYZ | 52.68 | 67.12 | 10.29 | - |
| YUV | 194.42 | 20.54 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 4 | 0.08 | 0 | 0.98 | 0.12 | 64.89 | 0.97 | 0.45 |
| Hex | CF | E1 | 4 | 8 | 0 | 62 | C | 41 | 61 | 2D |
| Octal | 317 | 341 | 4 | 10 | 0 | 142 | 14 | 101 | 141 | 55 |
| Binary | 11001111 | 11100001 | 100 | 1000 | 0 | 1100010 | 1100 | 1000001 | 1100001 | 101101 |
Color Harmonies of #CFE104
Complementary color
Monochromatic Colors of #CFE104
Black with #CFE104
Text Example
Text Example
White with #CFE104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE104; }
p { color: rgb(207,225,4); }
H1.HeaderClassName
{
color: #CFE104;
}
.AnyTagClassName
{
color: #CFE104;
}
</style>
background-color css
<style>
a { background-color: #CFE104; }
a { background-color: rgb(207,225,4); }
div.DivClassName
{
background-color: #CFE104;
}
.BgClassName
{
background-color: #CFE104;
}
</style>
border-color css
<style>
span { border-color: #CFE104; }
span { border-color: rgb(207,225,4); }
td.TdClassName
{
border-color: #CFE104;
}
.TagClassName
{
border-color: #CFE104;
}
</style>