Shades of Electric Lime #CCF200
Tints of Electric Lime #CCF200
RGB
CMYK
RGB Variations
Color information
#CCF200 (or 0xCCF200) is known color: Electric Lime. HEX triplet: CC, F2 and 00. RGB value is (204,242,0). Sum of RGB (Red+Green+Blue) = 204+242+0=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF200 is #330DFF. Grayscale: #CBCBCB. Windows color (decimal): -3345920 or 62156. OLE color: 62156.
HSL color Cylindrical-coordinate representation of color #CCF200: hue angle of 69.42º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCF200 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.05 |
| HSL | 69.42º | 1% | 0.47% | - |
| HSV(B) | 69.42º | 1% | 0.95% | - |
| XYZ | 56.65 | 76.34 | 11.75 | - |
| YUV | 203.05 | 13.41 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 0 | 0.16 | 0 | 1 | 0.05 | 69.42 | 1 | 0.47 |
| Hex | CC | F2 | 0 | 10 | 0 | 64 | 5 | 45 | 64 | 2F |
| Octal | 314 | 362 | 0 | 20 | 0 | 144 | 5 | 105 | 144 | 57 |
| Binary | 11001100 | 11110010 | 0 | 10000 | 0 | 1100100 | 101 | 1000101 | 1100100 | 101111 |
Color Harmonies of #CCF200
Complementary color
Monochromatic Colors of #CCF200
Black with #CCF200
Text Example
Text Example
White with #CCF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF200; }
p { color: rgb(204,242,0); }
H1.HeaderClassName
{
color: #CCF200;
}
.AnyTagClassName
{
color: #CCF200;
}
</style>
background-color css
<style>
a { background-color: #CCF200; }
a { background-color: rgb(204,242,0); }
div.DivClassName
{
background-color: #CCF200;
}
.BgClassName
{
background-color: #CCF200;
}
</style>
border-color css
<style>
span { border-color: #CCF200; }
span { border-color: rgb(204,242,0); }
td.TdClassName
{
border-color: #CCF200;
}
.TagClassName
{
border-color: #CCF200;
}
</style>