Shades of Electric Lime #CCF00C
Tints of Electric Lime #CCF00C
RGB
CMYK
RGB Variations
Color information
#CCF00C (or 0xCCF00C) is known color: Electric Lime. HEX triplet: CC, F0 and 0C. RGB value is (204,240,12). Sum of RGB (Red+Green+Blue) = 204+240+12=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF00C is #330FF3. Grayscale: #CCCCCC. Windows color (decimal): -3346420 or 848076. OLE color: 848076.
HSL color Cylindrical-coordinate representation of color #CCF00C: hue angle of 69.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCF00C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.06 |
| HSL | 69.47º | 0.9% | 0.49% | - |
| HSV(B) | 69.47º | 0.95% | 0.94% | - |
| XYZ | 56.13 | 75.18 | 11.9 | - |
| YUV | 203.24 | 20.07 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 12 | 0.15 | 0 | 0.95 | 0.06 | 69.47 | 0.9 | 0.49 |
| Hex | CC | F0 | C | F | 0 | 5F | 6 | 45 | 5A | 31 |
| Octal | 314 | 360 | 14 | 17 | 0 | 137 | 6 | 105 | 132 | 61 |
| Binary | 11001100 | 11110000 | 1100 | 1111 | 0 | 1011111 | 110 | 1000101 | 1011010 | 110001 |
Color Harmonies of #CCF00C
Complementary color
Monochromatic Colors of #CCF00C
Black with #CCF00C
Text Example
Text Example
White with #CCF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF00C; }
p { color: rgb(204,240,12); }
H1.HeaderClassName
{
color: #CCF00C;
}
.AnyTagClassName
{
color: #CCF00C;
}
</style>
background-color css
<style>
a { background-color: #CCF00C; }
a { background-color: rgb(204,240,12); }
div.DivClassName
{
background-color: #CCF00C;
}
.BgClassName
{
background-color: #CCF00C;
}
</style>
border-color css
<style>
span { border-color: #CCF00C; }
span { border-color: rgb(204,240,12); }
td.TdClassName
{
border-color: #CCF00C;
}
.TagClassName
{
border-color: #CCF00C;
}
</style>