Shades of Electric Lime #CCF400
Tints of Electric Lime #CCF400
RGB
CMYK
RGB Variations
Color information
#CCF400 (or 0xCCF400) is known color: Electric Lime. HEX triplet: CC, F4 and 00. RGB value is (204,244,0). Sum of RGB (Red+Green+Blue) = 204+244+0=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 244 (95.70% from 255 or 54.46% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF400 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF400 is #330BFF. Grayscale: #CDCDCD. Windows color (decimal): -3345408 or 62668. OLE color: 62668.
HSL color Cylindrical-coordinate representation of color #CCF400: hue angle of 69.84º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCF400 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.04 |
| HSL | 69.84º | 1% | 0.48% | - |
| HSV(B) | 69.84º | 1% | 0.96% | - |
| XYZ | 57.25 | 77.54 | 11.95 | - |
| YUV | 204.22 | 12.75 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 0 | 0.16 | 0 | 1 | 0.04 | 69.84 | 1 | 0.48 |
| Hex | CC | F4 | 0 | 10 | 0 | 64 | 4 | 46 | 64 | 30 |
| Octal | 314 | 364 | 0 | 20 | 0 | 144 | 4 | 106 | 144 | 60 |
| Binary | 11001100 | 11110100 | 0 | 10000 | 0 | 1100100 | 100 | 1000110 | 1100100 | 110000 |
Color Harmonies of #CCF400
Complementary color
Monochromatic Colors of #CCF400
Black with #CCF400
Text Example
Text Example
White with #CCF400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF400; }
p { color: rgb(204,244,0); }
H1.HeaderClassName
{
color: #CCF400;
}
.AnyTagClassName
{
color: #CCF400;
}
</style>
background-color css
<style>
a { background-color: #CCF400; }
a { background-color: rgb(204,244,0); }
div.DivClassName
{
background-color: #CCF400;
}
.BgClassName
{
background-color: #CCF400;
}
</style>
border-color css
<style>
span { border-color: #CCF400; }
span { border-color: rgb(204,244,0); }
td.TdClassName
{
border-color: #CCF400;
}
.TagClassName
{
border-color: #CCF400;
}
</style>