Shades of Electric Lime #CFFE05
Tints of Electric Lime #CFFE05
RGB
CMYK
RGB Variations
Color information
#CFFE05 (or 0xCFFE05) is known color: Electric Lime. HEX triplet: CF, FE and 05. RGB value is (207,254,5). Sum of RGB (Red+Green+Blue) = 207+254+5=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFE05 is #3001FA. Grayscale: #D4D4D4. Windows color (decimal): -3146235 or 392911. OLE color: 392911.
HSL color Cylindrical-coordinate representation of color #CFFE05: hue angle of 71.33º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFFE05 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.00 |
| HSL | 71.33º | 0.99% | 0.51% | - |
| HSV(B) | 71.33º | 0.98% | 1% | - |
| XYZ | 61.2 | 84.16 | 13.16 | - |
| YUV | 211.56 | 11.43 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 5 | 0.19 | 0 | 0.98 | 0.00 | 71.33 | 0.99 | 0.51 |
| Hex | CF | FE | 5 | 13 | 0 | 62 | 0 | 47 | 63 | 33 |
| Octal | 317 | 376 | 5 | 23 | 0 | 142 | 0 | 107 | 143 | 63 |
| Binary | 11001111 | 11111110 | 101 | 10011 | 0 | 1100010 | 0 | 1000111 | 1100011 | 110011 |
Color Harmonies of #CFFE05
Complementary color
Monochromatic Colors of #CFFE05
Black with #CFFE05
Text Example
Text Example
White with #CFFE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE05; }
p { color: rgb(207,254,5); }
H1.HeaderClassName
{
color: #CFFE05;
}
.AnyTagClassName
{
color: #CFFE05;
}
</style>
background-color css
<style>
a { background-color: #CFFE05; }
a { background-color: rgb(207,254,5); }
div.DivClassName
{
background-color: #CFFE05;
}
.BgClassName
{
background-color: #CFFE05;
}
</style>
border-color css
<style>
span { border-color: #CFFE05; }
span { border-color: rgb(207,254,5); }
td.TdClassName
{
border-color: #CFFE05;
}
.TagClassName
{
border-color: #CFFE05;
}
</style>