Shades of Electric Lime #CFF508
Tints of Electric Lime #CFF508
RGB
CMYK
RGB Variations
Color information
#CFF508 (or 0xCFF508) is known color: Electric Lime. HEX triplet: CF, F5 and 08. RGB value is (207,245,8). Sum of RGB (Red+Green+Blue) = 207+245+8=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF508 is #300AF7. Grayscale: #CFCFCF. Windows color (decimal): -3148536 or 587215. OLE color: 587215.
HSL color Cylindrical-coordinate representation of color #CFF508: hue angle of 69.62º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFF508 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 8 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.04 |
| HSL | 69.62º | 0.94% | 0.5% | - |
| HSV(B) | 69.62º | 0.97% | 0.96% | - |
| XYZ | 58.43 | 78.59 | 12.32 | - |
| YUV | 206.62 | 15.91 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 8 | 0.16 | 0 | 0.97 | 0.04 | 69.62 | 0.94 | 0.5 |
| Hex | CF | F5 | 8 | 10 | 0 | 61 | 4 | 46 | 5E | 32 |
| Octal | 317 | 365 | 10 | 20 | 0 | 141 | 4 | 106 | 136 | 62 |
| Binary | 11001111 | 11110101 | 1000 | 10000 | 0 | 1100001 | 100 | 1000110 | 1011110 | 110010 |
Color Harmonies of #CFF508
Complementary color
Monochromatic Colors of #CFF508
Black with #CFF508
Text Example
Text Example
White with #CFF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF508; }
p { color: rgb(207,245,8); }
H1.HeaderClassName
{
color: #CFF508;
}
.AnyTagClassName
{
color: #CFF508;
}
</style>
background-color css
<style>
a { background-color: #CFF508; }
a { background-color: rgb(207,245,8); }
div.DivClassName
{
background-color: #CFF508;
}
.BgClassName
{
background-color: #CFF508;
}
</style>
border-color css
<style>
span { border-color: #CFF508; }
span { border-color: rgb(207,245,8); }
td.TdClassName
{
border-color: #CFF508;
}
.TagClassName
{
border-color: #CFF508;
}
</style>