Shades of Electric Lime #CCF612
Tints of Electric Lime #CCF612
RGB
CMYK
RGB Variations
Color information
#CCF612 (or 0xCCF612) is known color: Electric Lime. HEX triplet: CC, F6 and 12. RGB value is (204,246,18). Sum of RGB (Red+Green+Blue) = 204+246+18=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF612 is #3309ED. Grayscale: #D0D0D0. Windows color (decimal): -3344878 or 1242828. OLE color: 1242828.
HSL color Cylindrical-coordinate representation of color #CCF612: hue angle of 71.05º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCF612 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 18 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.04 |
| HSL | 71.05º | 0.93% | 0.52% | - |
| HSV(B) | 71.05º | 0.93% | 0.96% | - |
| XYZ | 57.97 | 78.79 | 12.73 | - |
| YUV | 207.45 | 21.09 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 18 | 0.17 | 0 | 0.93 | 0.04 | 71.05 | 0.93 | 0.52 |
| Hex | CC | F6 | 12 | 11 | 0 | 5D | 4 | 47 | 5D | 34 |
| Octal | 314 | 366 | 22 | 21 | 0 | 135 | 4 | 107 | 135 | 64 |
| Binary | 11001100 | 11110110 | 10010 | 10001 | 0 | 1011101 | 100 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CCF612
Complementary color
Monochromatic Colors of #CCF612
Black with #CCF612
Text Example
Text Example
White with #CCF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF612; }
p { color: rgb(204,246,18); }
H1.HeaderClassName
{
color: #CCF612;
}
.AnyTagClassName
{
color: #CCF612;
}
</style>
background-color css
<style>
a { background-color: #CCF612; }
a { background-color: rgb(204,246,18); }
div.DivClassName
{
background-color: #CCF612;
}
.BgClassName
{
background-color: #CCF612;
}
</style>
border-color css
<style>
span { border-color: #CCF612; }
span { border-color: rgb(204,246,18); }
td.TdClassName
{
border-color: #CCF612;
}
.TagClassName
{
border-color: #CCF612;
}
</style>