Shades of Electric Lime #CFF109
Tints of Electric Lime #CFF109
RGB
CMYK
RGB Variations
Color information
#CFF109 (or 0xCFF109) is known color: Electric Lime. HEX triplet: CF, F1 and 09. RGB value is (207,241,9). Sum of RGB (Red+Green+Blue) = 207+241+9=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF109 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF109 is #300EF6. Grayscale: #CDCDCD. Windows color (decimal): -3149559 or 651727. OLE color: 651727.
HSL color Cylindrical-coordinate representation of color #CFF109: hue angle of 68.79º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFF109 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 9 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.05 |
| HSL | 68.79º | 0.93% | 0.49% | - |
| HSV(B) | 68.79º | 0.96% | 0.95% | - |
| XYZ | 57.24 | 76.2 | 11.95 | - |
| YUV | 204.39 | 17.74 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 9 | 0.14 | 0 | 0.96 | 0.05 | 68.79 | 0.93 | 0.49 |
| Hex | CF | F1 | 9 | E | 0 | 60 | 5 | 45 | 5D | 31 |
| Octal | 317 | 361 | 11 | 16 | 0 | 140 | 5 | 105 | 135 | 61 |
| Binary | 11001111 | 11110001 | 1001 | 1110 | 0 | 1100000 | 101 | 1000101 | 1011101 | 110001 |
Color Harmonies of #CFF109
Complementary color
Monochromatic Colors of #CFF109
Black with #CFF109
Text Example
Text Example
White with #CFF109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF109; }
p { color: rgb(207,241,9); }
H1.HeaderClassName
{
color: #CFF109;
}
.AnyTagClassName
{
color: #CFF109;
}
</style>
background-color css
<style>
a { background-color: #CFF109; }
a { background-color: rgb(207,241,9); }
div.DivClassName
{
background-color: #CFF109;
}
.BgClassName
{
background-color: #CFF109;
}
</style>
border-color css
<style>
span { border-color: #CFF109; }
span { border-color: rgb(207,241,9); }
td.TdClassName
{
border-color: #CFF109;
}
.TagClassName
{
border-color: #CFF109;
}
</style>