Shades of Electric Lime #CCF718
Tints of Electric Lime #CCF718
RGB
CMYK
RGB Variations
Color information
#CCF718 (or 0xCCF718) is known color: Electric Lime. HEX triplet: CC, F7 and 18. RGB value is (204,247,24). Sum of RGB (Red+Green+Blue) = 204+247+24=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 247 (96.88% from 255 or 52% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF718 is #3308E7. Grayscale: #D1D1D1. Windows color (decimal): -3344616 or 1636300. OLE color: 1636300.
HSL color Cylindrical-coordinate representation of color #CCF718: hue angle of 71.57º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF718 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.03 |
| HSL | 71.57º | 0.93% | 0.53% | - |
| HSV(B) | 71.57º | 0.9% | 0.97% | - |
| XYZ | 58.33 | 79.42 | 13.12 | - |
| YUV | 208.72 | 23.75 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 24 | 0.17 | 0 | 0.90 | 0.03 | 71.57 | 0.93 | 0.53 |
| Hex | CC | F7 | 18 | 11 | 0 | 5A | 3 | 48 | 5D | 35 |
| Octal | 314 | 367 | 30 | 21 | 0 | 132 | 3 | 110 | 135 | 65 |
| Binary | 11001100 | 11110111 | 11000 | 10001 | 0 | 1011010 | 11 | 1001000 | 1011101 | 110101 |
Color Harmonies of #CCF718
Complementary color
Monochromatic Colors of #CCF718
Black with #CCF718
Text Example
Text Example
White with #CCF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF718; }
p { color: rgb(204,247,24); }
H1.HeaderClassName
{
color: #CCF718;
}
.AnyTagClassName
{
color: #CCF718;
}
</style>
background-color css
<style>
a { background-color: #CCF718; }
a { background-color: rgb(204,247,24); }
div.DivClassName
{
background-color: #CCF718;
}
.BgClassName
{
background-color: #CCF718;
}
</style>
border-color css
<style>
span { border-color: #CCF718; }
span { border-color: rgb(204,247,24); }
td.TdClassName
{
border-color: #CCF718;
}
.TagClassName
{
border-color: #CCF718;
}
</style>