Shades of Electric Lime #CCF002
Tints of Electric Lime #CCF002
RGB
CMYK
RGB Variations
Color information
#CCF002 (or 0xCCF002) is known color: Electric Lime. HEX triplet: CC, F0 and 02. RGB value is (204,240,2). Sum of RGB (Red+Green+Blue) = 204+240+2=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF002 is #330FFD. Grayscale: #CBCBCB. Windows color (decimal): -3346430 or 192716. OLE color: 192716.
HSL color Cylindrical-coordinate representation of color #CCF002: hue angle of 69.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCF002 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.06 |
| HSL | 69.08º | 0.98% | 0.47% | - |
| HSV(B) | 69.08º | 0.99% | 0.94% | - |
| XYZ | 56.07 | 75.16 | 11.61 | - |
| YUV | 202.1 | 15.07 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 2 | 0.15 | 0 | 0.99 | 0.06 | 69.08 | 0.98 | 0.47 |
| Hex | CC | F0 | 2 | F | 0 | 63 | 6 | 45 | 62 | 2F |
| Octal | 314 | 360 | 2 | 17 | 0 | 143 | 6 | 105 | 142 | 57 |
| Binary | 11001100 | 11110000 | 10 | 1111 | 0 | 1100011 | 110 | 1000101 | 1100010 | 101111 |
Color Harmonies of #CCF002
Complementary color
Monochromatic Colors of #CCF002
Black with #CCF002
Text Example
Text Example
White with #CCF002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF002; }
p { color: rgb(204,240,2); }
H1.HeaderClassName
{
color: #CCF002;
}
.AnyTagClassName
{
color: #CCF002;
}
</style>
background-color css
<style>
a { background-color: #CCF002; }
a { background-color: rgb(204,240,2); }
div.DivClassName
{
background-color: #CCF002;
}
.BgClassName
{
background-color: #CCF002;
}
</style>
border-color css
<style>
span { border-color: #CCF002; }
span { border-color: rgb(204,240,2); }
td.TdClassName
{
border-color: #CCF002;
}
.TagClassName
{
border-color: #CCF002;
}
</style>