Shades of Electric Lime #CFFC08
Tints of Electric Lime #CFFC08
RGB
CMYK
RGB Variations
Color information
#CFFC08 (or 0xCFFC08) is known color: Electric Lime. HEX triplet: CF, FC and 08. RGB value is (207,252,8). Sum of RGB (Red+Green+Blue) = 207+252+8=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 8 (3.52% from 255 or 1.71% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC08 is #3003F7. Grayscale: #D3D3D3. Windows color (decimal): -3146744 or 589007. OLE color: 589007.
HSL color Cylindrical-coordinate representation of color #CFFC08: hue angle of 71.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFFC08 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 8 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.01 |
| HSL | 71.07º | 0.98% | 0.51% | - |
| HSV(B) | 71.07º | 0.97% | 0.99% | - |
| XYZ | 60.59 | 82.9 | 13.04 | - |
| YUV | 210.73 | 13.59 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 8 | 0.18 | 0 | 0.97 | 0.01 | 71.07 | 0.98 | 0.51 |
| Hex | CF | FC | 8 | 12 | 0 | 61 | 1 | 47 | 62 | 33 |
| Octal | 317 | 374 | 10 | 22 | 0 | 141 | 1 | 107 | 142 | 63 |
| Binary | 11001111 | 11111100 | 1000 | 10010 | 0 | 1100001 | 1 | 1000111 | 1100010 | 110011 |
Color Harmonies of #CFFC08
Complementary color
Monochromatic Colors of #CFFC08
Black with #CFFC08
Text Example
Text Example
White with #CFFC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC08; }
p { color: rgb(207,252,8); }
H1.HeaderClassName
{
color: #CFFC08;
}
.AnyTagClassName
{
color: #CFFC08;
}
</style>
background-color css
<style>
a { background-color: #CFFC08; }
a { background-color: rgb(207,252,8); }
div.DivClassName
{
background-color: #CFFC08;
}
.BgClassName
{
background-color: #CFFC08;
}
</style>
border-color css
<style>
span { border-color: #CFFC08; }
span { border-color: rgb(207,252,8); }
td.TdClassName
{
border-color: #CFFC08;
}
.TagClassName
{
border-color: #CFFC08;
}
</style>