Shades of Electric Lime #CCF811
Tints of Electric Lime #CCF811
RGB
CMYK
RGB Variations
Color information
#CCF811 (or 0xCCF811) is known color: Electric Lime. HEX triplet: CC, F8 and 11. RGB value is (204,248,17). Sum of RGB (Red+Green+Blue) = 204+248+17=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 17 (7.03% from 255 or 3.62% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF811 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF811 is #3307EE. Grayscale: #D1D1D1. Windows color (decimal): -3344367 or 1177804. OLE color: 1177804.
HSL color Cylindrical-coordinate representation of color #CCF811: hue angle of 71.43º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCF811 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 17 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.03 |
| HSL | 71.43º | 0.94% | 0.52% | - |
| HSV(B) | 71.43º | 0.93% | 0.97% | - |
| XYZ | 58.57 | 80.01 | 12.89 | - |
| YUV | 208.51 | 19.92 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 17 | 0.18 | 0 | 0.93 | 0.03 | 71.43 | 0.94 | 0.52 |
| Hex | CC | F8 | 11 | 12 | 0 | 5D | 3 | 47 | 5E | 34 |
| Octal | 314 | 370 | 21 | 22 | 0 | 135 | 3 | 107 | 136 | 64 |
| Binary | 11001100 | 11111000 | 10001 | 10010 | 0 | 1011101 | 11 | 1000111 | 1011110 | 110100 |
Color Harmonies of #CCF811
Complementary color
Monochromatic Colors of #CCF811
Black with #CCF811
Text Example
Text Example
White with #CCF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF811; }
p { color: rgb(204,248,17); }
H1.HeaderClassName
{
color: #CCF811;
}
.AnyTagClassName
{
color: #CCF811;
}
</style>
background-color css
<style>
a { background-color: #CCF811; }
a { background-color: rgb(204,248,17); }
div.DivClassName
{
background-color: #CCF811;
}
.BgClassName
{
background-color: #CCF811;
}
</style>
border-color css
<style>
span { border-color: #CCF811; }
span { border-color: rgb(204,248,17); }
td.TdClassName
{
border-color: #CCF811;
}
.TagClassName
{
border-color: #CCF811;
}
</style>