Shades of Electric Lime #CFE911
Tints of Electric Lime #CFE911
RGB
CMYK
RGB Variations
Color information
#CFE911 (or 0xCFE911) is known color: Electric Lime. HEX triplet: CF, E9 and 11. RGB value is (207,233,17). Sum of RGB (Red+Green+Blue) = 207+233+17=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE911 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE911 is #3016EE. Grayscale: #C9C9C9. Windows color (decimal): -3151599 or 1173967. OLE color: 1173967.
HSL color Cylindrical-coordinate representation of color #CFE911: hue angle of 67.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFE911 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 17 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.09 |
| HSL | 67.22º | 0.86% | 0.49% | - |
| HSV(B) | 67.22º | 0.93% | 0.91% | - |
| XYZ | 54.97 | 71.58 | 11.45 | - |
| YUV | 200.6 | 24.39 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 17 | 0.11 | 0 | 0.93 | 0.09 | 67.22 | 0.86 | 0.49 |
| Hex | CF | E9 | 11 | B | 0 | 5D | 9 | 43 | 56 | 31 |
| Octal | 317 | 351 | 21 | 13 | 0 | 135 | 11 | 103 | 126 | 61 |
| Binary | 11001111 | 11101001 | 10001 | 1011 | 0 | 1011101 | 1001 | 1000011 | 1010110 | 110001 |
Color Harmonies of #CFE911
Complementary color
Monochromatic Colors of #CFE911
Black with #CFE911
Text Example
Text Example
White with #CFE911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE911; }
p { color: rgb(207,233,17); }
H1.HeaderClassName
{
color: #CFE911;
}
.AnyTagClassName
{
color: #CFE911;
}
</style>
background-color css
<style>
a { background-color: #CFE911; }
a { background-color: rgb(207,233,17); }
div.DivClassName
{
background-color: #CFE911;
}
.BgClassName
{
background-color: #CFE911;
}
</style>
border-color css
<style>
span { border-color: #CFE911; }
span { border-color: rgb(207,233,17); }
td.TdClassName
{
border-color: #CFE911;
}
.TagClassName
{
border-color: #CFE911;
}
</style>