Shades of Electric Lime #CFE006
Tints of Electric Lime #CFE006
RGB
CMYK
RGB Variations
Color information
#CFE006 (or 0xCFE006) is known color: Electric Lime. HEX triplet: CF, E0 and 06. RGB value is (207,224,6). Sum of RGB (Red+Green+Blue) = 207+224+6=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE006 is #301FF9. Grayscale: #C2C2C2. Windows color (decimal): -3153914 or 450767. OLE color: 450767.
HSL color Cylindrical-coordinate representation of color #CFE006: hue angle of 64.68º 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 #CFE006 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.12 |
| HSL | 64.68º | 0.95% | 0.45% | - |
| HSV(B) | 64.68º | 0.97% | 0.88% | - |
| XYZ | 52.42 | 66.59 | 10.26 | - |
| YUV | 194.07 | 21.87 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 6 | 0.08 | 0 | 0.97 | 0.12 | 64.68 | 0.95 | 0.45 |
| Hex | CF | E0 | 6 | 8 | 0 | 61 | C | 41 | 5F | 2D |
| Octal | 317 | 340 | 6 | 10 | 0 | 141 | 14 | 101 | 137 | 55 |
| Binary | 11001111 | 11100000 | 110 | 1000 | 0 | 1100001 | 1100 | 1000001 | 1011111 | 101101 |
Color Harmonies of #CFE006
Complementary color
Monochromatic Colors of #CFE006
Black with #CFE006
Text Example
Text Example
White with #CFE006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE006; }
p { color: rgb(207,224,6); }
H1.HeaderClassName
{
color: #CFE006;
}
.AnyTagClassName
{
color: #CFE006;
}
</style>
background-color css
<style>
a { background-color: #CFE006; }
a { background-color: rgb(207,224,6); }
div.DivClassName
{
background-color: #CFE006;
}
.BgClassName
{
background-color: #CFE006;
}
</style>
border-color css
<style>
span { border-color: #CFE006; }
span { border-color: rgb(207,224,6); }
td.TdClassName
{
border-color: #CFE006;
}
.TagClassName
{
border-color: #CFE006;
}
</style>