Shades of Electric Lime #CFE106
Tints of Electric Lime #CFE106
RGB
CMYK
RGB Variations
Color information
#CFE106 (or 0xCFE106) is known color: Electric Lime. HEX triplet: CF, E1 and 06. RGB value is (207,225,6). Sum of RGB (Red+Green+Blue) = 207+225+6=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE106 is #301EF9. Grayscale: #C3C3C3. Windows color (decimal): -3153658 or 451023. OLE color: 451023.
HSL color Cylindrical-coordinate representation of color #CFE106: hue angle of 64.93º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFE106 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.12 |
| HSL | 64.93º | 0.95% | 0.45% | - |
| HSV(B) | 64.93º | 0.97% | 0.88% | - |
| XYZ | 52.69 | 67.13 | 10.35 | - |
| YUV | 194.65 | 21.54 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 6 | 0.08 | 0 | 0.97 | 0.12 | 64.93 | 0.95 | 0.45 |
| Hex | CF | E1 | 6 | 8 | 0 | 61 | C | 41 | 5F | 2D |
| Octal | 317 | 341 | 6 | 10 | 0 | 141 | 14 | 101 | 137 | 55 |
| Binary | 11001111 | 11100001 | 110 | 1000 | 0 | 1100001 | 1100 | 1000001 | 1011111 | 101101 |
Color Harmonies of #CFE106
Complementary color
Monochromatic Colors of #CFE106
Black with #CFE106
Text Example
Text Example
White with #CFE106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE106; }
p { color: rgb(207,225,6); }
H1.HeaderClassName
{
color: #CFE106;
}
.AnyTagClassName
{
color: #CFE106;
}
</style>
background-color css
<style>
a { background-color: #CFE106; }
a { background-color: rgb(207,225,6); }
div.DivClassName
{
background-color: #CFE106;
}
.BgClassName
{
background-color: #CFE106;
}
</style>
border-color css
<style>
span { border-color: #CFE106; }
span { border-color: rgb(207,225,6); }
td.TdClassName
{
border-color: #CFE106;
}
.TagClassName
{
border-color: #CFE106;
}
</style>