Shades of Electric Lime #CCF614
Tints of Electric Lime #CCF614
RGB
CMYK
RGB Variations
Color information
#CCF614 (or 0xCCF614) is known color: Electric Lime. HEX triplet: CC, F6 and 14. RGB value is (204,246,20). Sum of RGB (Red+Green+Blue) = 204+246+20=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF614 is #3309EB. Grayscale: #D0D0D0. Windows color (decimal): -3344876 or 1373900. OLE color: 1373900.
HSL color Cylindrical-coordinate representation of color #CCF614: hue angle of 71.15º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCF614 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 20 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.04 |
| HSL | 71.15º | 0.93% | 0.52% | - |
| HSV(B) | 71.15º | 0.92% | 0.96% | - |
| XYZ | 57.98 | 78.8 | 12.82 | - |
| YUV | 207.68 | 22.09 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 20 | 0.17 | 0 | 0.92 | 0.04 | 71.15 | 0.93 | 0.52 |
| Hex | CC | F6 | 14 | 11 | 0 | 5C | 4 | 47 | 5D | 34 |
| Octal | 314 | 366 | 24 | 21 | 0 | 134 | 4 | 107 | 135 | 64 |
| Binary | 11001100 | 11110110 | 10100 | 10001 | 0 | 1011100 | 100 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CCF614
Complementary color
Monochromatic Colors of #CCF614
Black with #CCF614
Text Example
Text Example
White with #CCF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF614; }
p { color: rgb(204,246,20); }
H1.HeaderClassName
{
color: #CCF614;
}
.AnyTagClassName
{
color: #CCF614;
}
</style>
background-color css
<style>
a { background-color: #CCF614; }
a { background-color: rgb(204,246,20); }
div.DivClassName
{
background-color: #CCF614;
}
.BgClassName
{
background-color: #CCF614;
}
</style>
border-color css
<style>
span { border-color: #CCF614; }
span { border-color: rgb(204,246,20); }
td.TdClassName
{
border-color: #CCF614;
}
.TagClassName
{
border-color: #CCF614;
}
</style>