Shades of Electric Lime #CFE100
Tints of Electric Lime #CFE100
RGB
CMYK
RGB Variations
Color information
#CFE100 (or 0xCFE100) is known color: Electric Lime. HEX triplet: CF, E1 and 00. RGB value is (207,225,0). Sum of RGB (Red+Green+Blue) = 207+225+0=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE100 is #301EFF. Grayscale: #C2C2C2. Windows color (decimal): -3153664 or 57807. OLE color: 57807.
HSL color Cylindrical-coordinate representation of color #CFE100: hue angle of 64.8º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFE100 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.12 |
| HSL | 64.8º | 1% | 0.44% | - |
| HSV(B) | 64.8º | 1% | 0.88% | - |
| XYZ | 52.66 | 67.12 | 10.18 | - |
| YUV | 193.97 | 18.54 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 0 | 0.08 | 0 | 1 | 0.12 | 64.8 | 1 | 0.44 |
| Hex | CF | E1 | 0 | 8 | 0 | 64 | C | 41 | 64 | 2C |
| Octal | 317 | 341 | 0 | 10 | 0 | 144 | 14 | 101 | 144 | 54 |
| Binary | 11001111 | 11100001 | 0 | 1000 | 0 | 1100100 | 1100 | 1000001 | 1100100 | 101100 |
Color Harmonies of #CFE100
Complementary color
Monochromatic Colors of #CFE100
Black with #CFE100
Text Example
Text Example
White with #CFE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE100; }
p { color: rgb(207,225,0); }
H1.HeaderClassName
{
color: #CFE100;
}
.AnyTagClassName
{
color: #CFE100;
}
</style>
background-color css
<style>
a { background-color: #CFE100; }
a { background-color: rgb(207,225,0); }
div.DivClassName
{
background-color: #CFE100;
}
.BgClassName
{
background-color: #CFE100;
}
</style>
border-color css
<style>
span { border-color: #CFE100; }
span { border-color: rgb(207,225,0); }
td.TdClassName
{
border-color: #CFE100;
}
.TagClassName
{
border-color: #CFE100;
}
</style>