Shades of Electric Lime #CCF810
Tints of Electric Lime #CCF810
RGB
CMYK
RGB Variations
Color information
#CCF810 (or 0xCCF810) is known color: Electric Lime. HEX triplet: CC, F8 and 10. RGB value is (204,248,16). Sum of RGB (Red+Green+Blue) = 204+248+16=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF810 is #3307EF. Grayscale: #D1D1D1. Windows color (decimal): -3344368 or 1112268. OLE color: 1112268.
HSL color Cylindrical-coordinate representation of color #CCF810: hue angle of 71.38º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCF810 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 16 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.03 |
| HSL | 71.38º | 0.94% | 0.52% | - |
| HSV(B) | 71.38º | 0.94% | 0.97% | - |
| XYZ | 58.56 | 80.01 | 12.85 | - |
| YUV | 208.4 | 19.42 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 16 | 0.18 | 0 | 0.94 | 0.03 | 71.38 | 0.94 | 0.52 |
| Hex | CC | F8 | 10 | 12 | 0 | 5E | 3 | 47 | 5E | 34 |
| Octal | 314 | 370 | 20 | 22 | 0 | 136 | 3 | 107 | 136 | 64 |
| Binary | 11001100 | 11111000 | 10000 | 10010 | 0 | 1011110 | 11 | 1000111 | 1011110 | 110100 |
Color Harmonies of #CCF810
Complementary color
Monochromatic Colors of #CCF810
Black with #CCF810
Text Example
Text Example
White with #CCF810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF810; }
p { color: rgb(204,248,16); }
H1.HeaderClassName
{
color: #CCF810;
}
.AnyTagClassName
{
color: #CCF810;
}
</style>
background-color css
<style>
a { background-color: #CCF810; }
a { background-color: rgb(204,248,16); }
div.DivClassName
{
background-color: #CCF810;
}
.BgClassName
{
background-color: #CCF810;
}
</style>
border-color css
<style>
span { border-color: #CCF810; }
span { border-color: rgb(204,248,16); }
td.TdClassName
{
border-color: #CCF810;
}
.TagClassName
{
border-color: #CCF810;
}
</style>