Shades of Electric Lime #CFFF05
Tints of Electric Lime #CFFF05
RGB
CMYK
RGB Variations
Color information
#CFFF05 (or 0xCFFF05) is known color: Electric Lime. HEX triplet: CF, FF and 05. RGB value is (207,255,5). Sum of RGB (Red+Green+Blue) = 207+255+5=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 5 (2.34% from 255 or 1.07% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF05 is #3000FA. Grayscale: #D5D5D5. Windows color (decimal): -3145979 or 393167. OLE color: 393167.
HSL color Cylindrical-coordinate representation of color #CFFF05: hue angle of 71.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFFF05 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0 |
| HSL | 71.52º | 1% | 0.51% | - |
| HSV(B) | 71.52º | 0.98% | 1% | - |
| XYZ | 61.52 | 84.8 | 13.27 | - |
| YUV | 212.15 | 11.1 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 5 | 0.19 | 0 | 0.98 | 0 | 71.52 | 1 | 0.51 |
| Hex | CF | FF | 5 | 13 | 0 | 62 | 0 | 48 | 64 | 33 |
| Octal | 317 | 377 | 5 | 23 | 0 | 142 | 0 | 110 | 144 | 63 |
| Binary | 11001111 | 11111111 | 101 | 10011 | 0 | 1100010 | 0 | 1001000 | 1100100 | 110011 |
Color Harmonies of #CFFF05
Complementary color
Monochromatic Colors of #CFFF05
Black with #CFFF05
Text Example
Text Example
White with #CFFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF05; }
p { color: rgb(207,255,5); }
H1.HeaderClassName
{
color: #CFFF05;
}
.AnyTagClassName
{
color: #CFFF05;
}
</style>
background-color css
<style>
a { background-color: #CFFF05; }
a { background-color: rgb(207,255,5); }
div.DivClassName
{
background-color: #CFFF05;
}
.BgClassName
{
background-color: #CFFF05;
}
</style>
border-color css
<style>
span { border-color: #CFFF05; }
span { border-color: rgb(207,255,5); }
td.TdClassName
{
border-color: #CFFF05;
}
.TagClassName
{
border-color: #CFFF05;
}
</style>