Shades of Electric Lime #CFFE11
Tints of Electric Lime #CFFE11
RGB
CMYK
RGB Variations
Color information
#CFFE11 (or 0xCFFE11) is known color: Electric Lime. HEX triplet: CF, FE and 11. RGB value is (207,254,17). Sum of RGB (Red+Green+Blue) = 207+254+17=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 17 (7.03% from 255 or 3.56% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFE11 is #3001EE. Grayscale: #D5D5D5. Windows color (decimal): -3146223 or 1179343. OLE color: 1179343.
HSL color Cylindrical-coordinate representation of color #CFFE11: hue angle of 71.9º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFFE11 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.00 |
| HSL | 71.9º | 0.99% | 0.53% | - |
| HSV(B) | 71.9º | 0.93% | 1% | - |
| XYZ | 61.28 | 84.19 | 13.55 | - |
| YUV | 212.93 | 17.43 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 17 | 0.19 | 0 | 0.93 | 0.00 | 71.9 | 0.99 | 0.53 |
| Hex | CF | FE | 11 | 13 | 0 | 5D | 0 | 48 | 63 | 35 |
| Octal | 317 | 376 | 21 | 23 | 0 | 135 | 0 | 110 | 143 | 65 |
| Binary | 11001111 | 11111110 | 10001 | 10011 | 0 | 1011101 | 0 | 1001000 | 1100011 | 110101 |
Color Harmonies of #CFFE11
Complementary color
Monochromatic Colors of #CFFE11
Black with #CFFE11
Text Example
Text Example
White with #CFFE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE11; }
p { color: rgb(207,254,17); }
H1.HeaderClassName
{
color: #CFFE11;
}
.AnyTagClassName
{
color: #CFFE11;
}
</style>
background-color css
<style>
a { background-color: #CFFE11; }
a { background-color: rgb(207,254,17); }
div.DivClassName
{
background-color: #CFFE11;
}
.BgClassName
{
background-color: #CFFE11;
}
</style>
border-color css
<style>
span { border-color: #CFFE11; }
span { border-color: rgb(207,254,17); }
td.TdClassName
{
border-color: #CFFE11;
}
.TagClassName
{
border-color: #CFFE11;
}
</style>