Shades of Electric Lime #CFE109
Tints of Electric Lime #CFE109
RGB
CMYK
RGB Variations
Color information
#CFE109 (or 0xCFE109) is known color: Electric Lime. HEX triplet: CF, E1 and 09. RGB value is (207,225,9). Sum of RGB (Red+Green+Blue) = 207+225+9=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 9 (3.91% from 255 or 2.04% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE109 is #301EF6. Grayscale: #C3C3C3. Windows color (decimal): -3153655 or 647631. OLE color: 647631.
HSL color Cylindrical-coordinate representation of color #CFE109: hue angle of 65º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFE109 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 9 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.12 |
| HSL | 65º | 0.92% | 0.46% | - |
| HSV(B) | 65º | 0.96% | 0.88% | - |
| XYZ | 52.71 | 67.14 | 10.44 | - |
| YUV | 194.99 | 23.04 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 9 | 0.08 | 0 | 0.96 | 0.12 | 65 | 0.92 | 0.46 |
| Hex | CF | E1 | 9 | 8 | 0 | 60 | C | 41 | 5C | 2E |
| Octal | 317 | 341 | 11 | 10 | 0 | 140 | 14 | 101 | 134 | 56 |
| Binary | 11001111 | 11100001 | 1001 | 1000 | 0 | 1100000 | 1100 | 1000001 | 1011100 | 101110 |
Color Harmonies of #CFE109
Complementary color
Monochromatic Colors of #CFE109
Black with #CFE109
Text Example
Text Example
White with #CFE109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE109; }
p { color: rgb(207,225,9); }
H1.HeaderClassName
{
color: #CFE109;
}
.AnyTagClassName
{
color: #CFE109;
}
</style>
background-color css
<style>
a { background-color: #CFE109; }
a { background-color: rgb(207,225,9); }
div.DivClassName
{
background-color: #CFE109;
}
.BgClassName
{
background-color: #CFE109;
}
</style>
border-color css
<style>
span { border-color: #CFE109; }
span { border-color: rgb(207,225,9); }
td.TdClassName
{
border-color: #CFE109;
}
.TagClassName
{
border-color: #CFE109;
}
</style>