Shades of Electric Lime #CCF712
Tints of Electric Lime #CCF712
RGB
CMYK
RGB Variations
Color information
#CCF712 (or 0xCCF712) is known color: Electric Lime. HEX triplet: CC, F7 and 12. RGB value is (204,247,18). Sum of RGB (Red+Green+Blue) = 204+247+18=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 247 (96.88% from 255 or 52.67% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF712 is #3308ED. Grayscale: #D0D0D0. Windows color (decimal): -3344622 or 1243084. OLE color: 1243084.
HSL color Cylindrical-coordinate representation of color #CCF712: hue angle of 71.27º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCF712 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 18 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.03 |
| HSL | 71.27º | 0.93% | 0.52% | - |
| HSV(B) | 71.27º | 0.93% | 0.97% | - |
| XYZ | 58.27 | 79.4 | 12.83 | - |
| YUV | 208.04 | 20.75 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 18 | 0.17 | 0 | 0.93 | 0.03 | 71.27 | 0.93 | 0.52 |
| Hex | CC | F7 | 12 | 11 | 0 | 5D | 3 | 47 | 5D | 34 |
| Octal | 314 | 367 | 22 | 21 | 0 | 135 | 3 | 107 | 135 | 64 |
| Binary | 11001100 | 11110111 | 10010 | 10001 | 0 | 1011101 | 11 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CCF712
Complementary color
Monochromatic Colors of #CCF712
Black with #CCF712
Text Example
Text Example
White with #CCF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF712; }
p { color: rgb(204,247,18); }
H1.HeaderClassName
{
color: #CCF712;
}
.AnyTagClassName
{
color: #CCF712;
}
</style>
background-color css
<style>
a { background-color: #CCF712; }
a { background-color: rgb(204,247,18); }
div.DivClassName
{
background-color: #CCF712;
}
.BgClassName
{
background-color: #CCF712;
}
</style>
border-color css
<style>
span { border-color: #CCF712; }
span { border-color: rgb(204,247,18); }
td.TdClassName
{
border-color: #CCF712;
}
.TagClassName
{
border-color: #CCF712;
}
</style>