Shades of Electric Lime #CCF70C
Tints of Electric Lime #CCF70C
RGB
CMYK
RGB Variations
Color information
#CCF70C (or 0xCCF70C) is known color: Electric Lime. HEX triplet: CC, F7 and 0C. RGB value is (204,247,12). Sum of RGB (Red+Green+Blue) = 204+247+12=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 247 (96.88% from 255 or 53.35% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF70C is #3308F3. Grayscale: #D0D0D0. Windows color (decimal): -3344628 or 849868. OLE color: 849868.
HSL color Cylindrical-coordinate representation of color #CCF70C: hue angle of 70.98º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCF70C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.03 |
| HSL | 70.98º | 0.94% | 0.51% | - |
| HSV(B) | 70.98º | 0.95% | 0.97% | - |
| XYZ | 58.23 | 79.39 | 12.6 | - |
| YUV | 207.35 | 17.75 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 12 | 0.17 | 0 | 0.95 | 0.03 | 70.98 | 0.94 | 0.51 |
| Hex | CC | F7 | C | 11 | 0 | 5F | 3 | 47 | 5E | 33 |
| Octal | 314 | 367 | 14 | 21 | 0 | 137 | 3 | 107 | 136 | 63 |
| Binary | 11001100 | 11110111 | 1100 | 10001 | 0 | 1011111 | 11 | 1000111 | 1011110 | 110011 |
Color Harmonies of #CCF70C
Complementary color
Monochromatic Colors of #CCF70C
Black with #CCF70C
Text Example
Text Example
White with #CCF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF70C; }
p { color: rgb(204,247,12); }
H1.HeaderClassName
{
color: #CCF70C;
}
.AnyTagClassName
{
color: #CCF70C;
}
</style>
background-color css
<style>
a { background-color: #CCF70C; }
a { background-color: rgb(204,247,12); }
div.DivClassName
{
background-color: #CCF70C;
}
.BgClassName
{
background-color: #CCF70C;
}
</style>
border-color css
<style>
span { border-color: #CCF70C; }
span { border-color: rgb(204,247,12); }
td.TdClassName
{
border-color: #CCF70C;
}
.TagClassName
{
border-color: #CCF70C;
}
</style>