Shades of Electric Lime #CCF812
Tints of Electric Lime #CCF812
RGB
CMYK
RGB Variations
Color information
#CCF812 (or 0xCCF812) is known color: Electric Lime. HEX triplet: CC, F8 and 12. RGB value is (204,248,18). Sum of RGB (Red+Green+Blue) = 204+248+18=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF812 is #3307ED. Grayscale: #D1D1D1. Windows color (decimal): -3344366 or 1243340. OLE color: 1243340.
HSL color Cylindrical-coordinate representation of color #CCF812: hue angle of 71.48º degrees, saturation: 0.94, 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 #CCF812 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 18 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.03 |
| HSL | 71.48º | 0.94% | 0.52% | - |
| HSV(B) | 71.48º | 0.93% | 0.97% | - |
| XYZ | 58.58 | 80.02 | 12.93 | - |
| YUV | 208.62 | 20.42 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 18 | 0.18 | 0 | 0.93 | 0.03 | 71.48 | 0.94 | 0.52 |
| Hex | CC | F8 | 12 | 12 | 0 | 5D | 3 | 47 | 5E | 34 |
| Octal | 314 | 370 | 22 | 22 | 0 | 135 | 3 | 107 | 136 | 64 |
| Binary | 11001100 | 11111000 | 10010 | 10010 | 0 | 1011101 | 11 | 1000111 | 1011110 | 110100 |
Color Harmonies of #CCF812
Complementary color
Monochromatic Colors of #CCF812
Black with #CCF812
Text Example
Text Example
White with #CCF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF812; }
p { color: rgb(204,248,18); }
H1.HeaderClassName
{
color: #CCF812;
}
.AnyTagClassName
{
color: #CCF812;
}
</style>
background-color css
<style>
a { background-color: #CCF812; }
a { background-color: rgb(204,248,18); }
div.DivClassName
{
background-color: #CCF812;
}
.BgClassName
{
background-color: #CCF812;
}
</style>
border-color css
<style>
span { border-color: #CCF812; }
span { border-color: rgb(204,248,18); }
td.TdClassName
{
border-color: #CCF812;
}
.TagClassName
{
border-color: #CCF812;
}
</style>