Shades of Electric Lime #CFFC05
Tints of Electric Lime #CFFC05
RGB
CMYK
RGB Variations
Color information
#CFFC05 (or 0xCFFC05) is known color: Electric Lime. HEX triplet: CF, FC and 05. RGB value is (207,252,5). Sum of RGB (Red+Green+Blue) = 207+252+5=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC05 is #3003FA. Grayscale: #D3D3D3. Windows color (decimal): -3146747 or 392399. OLE color: 392399.
HSL color Cylindrical-coordinate representation of color #CFFC05: hue angle of 70.93º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFFC05 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.01 |
| HSL | 70.93º | 0.98% | 0.5% | - |
| HSV(B) | 70.93º | 0.98% | 0.99% | - |
| XYZ | 60.57 | 82.9 | 12.95 | - |
| YUV | 210.39 | 12.09 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 5 | 0.18 | 0 | 0.98 | 0.01 | 70.93 | 0.98 | 0.5 |
| Hex | CF | FC | 5 | 12 | 0 | 62 | 1 | 47 | 62 | 32 |
| Octal | 317 | 374 | 5 | 22 | 0 | 142 | 1 | 107 | 142 | 62 |
| Binary | 11001111 | 11111100 | 101 | 10010 | 0 | 1100010 | 1 | 1000111 | 1100010 | 110010 |
Color Harmonies of #CFFC05
Complementary color
Monochromatic Colors of #CFFC05
Black with #CFFC05
Text Example
Text Example
White with #CFFC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC05; }
p { color: rgb(207,252,5); }
H1.HeaderClassName
{
color: #CFFC05;
}
.AnyTagClassName
{
color: #CFFC05;
}
</style>
background-color css
<style>
a { background-color: #CFFC05; }
a { background-color: rgb(207,252,5); }
div.DivClassName
{
background-color: #CFFC05;
}
.BgClassName
{
background-color: #CFFC05;
}
</style>
border-color css
<style>
span { border-color: #CFFC05; }
span { border-color: rgb(207,252,5); }
td.TdClassName
{
border-color: #CFFC05;
}
.TagClassName
{
border-color: #CFFC05;
}
</style>