Shades of Electric Lime #CCF619
Tints of Electric Lime #CCF619
RGB
CMYK
RGB Variations
Color information
#CCF619 (or 0xCCF619) is known color: Electric Lime. HEX triplet: CC, F6 and 19. RGB value is (204,246,25). Sum of RGB (Red+Green+Blue) = 204+246+25=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 246 (96.48% from 255 or 51.79% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF619 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF619 is #3309E6. Grayscale: #D1D1D1. Windows color (decimal): -3344871 or 1701580. OLE color: 1701580.
HSL color Cylindrical-coordinate representation of color #CCF619: hue angle of 71.4º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF619 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 25 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.04 |
| HSL | 71.4º | 0.92% | 0.53% | - |
| HSV(B) | 71.4º | 0.9% | 0.96% | - |
| XYZ | 58.03 | 78.82 | 13.07 | - |
| YUV | 208.25 | 24.59 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 25 | 0.17 | 0 | 0.90 | 0.04 | 71.4 | 0.92 | 0.53 |
| Hex | CC | F6 | 19 | 11 | 0 | 5A | 4 | 47 | 5C | 35 |
| Octal | 314 | 366 | 31 | 21 | 0 | 132 | 4 | 107 | 134 | 65 |
| Binary | 11001100 | 11110110 | 11001 | 10001 | 0 | 1011010 | 100 | 1000111 | 1011100 | 110101 |
Color Harmonies of #CCF619
Complementary color
Monochromatic Colors of #CCF619
Black with #CCF619
Text Example
Text Example
White with #CCF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF619; }
p { color: rgb(204,246,25); }
H1.HeaderClassName
{
color: #CCF619;
}
.AnyTagClassName
{
color: #CCF619;
}
</style>
background-color css
<style>
a { background-color: #CCF619; }
a { background-color: rgb(204,246,25); }
div.DivClassName
{
background-color: #CCF619;
}
.BgClassName
{
background-color: #CCF619;
}
</style>
border-color css
<style>
span { border-color: #CCF619; }
span { border-color: rgb(204,246,25); }
td.TdClassName
{
border-color: #CCF619;
}
.TagClassName
{
border-color: #CCF619;
}
</style>