Shades of Electric Lime #CCF003
Tints of Electric Lime #CCF003
RGB
CMYK
RGB Variations
Color information
#CCF003 (or 0xCCF003) is known color: Electric Lime. HEX triplet: CC, F0 and 03. RGB value is (204,240,3). Sum of RGB (Red+Green+Blue) = 204+240+3=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF003 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF003 is #330FFC. Grayscale: #CBCBCB. Windows color (decimal): -3346429 or 258252. OLE color: 258252.
HSL color Cylindrical-coordinate representation of color #CCF003: hue angle of 69.11º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCF003 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.06 |
| HSL | 69.11º | 0.98% | 0.48% | - |
| HSV(B) | 69.11º | 0.99% | 0.94% | - |
| XYZ | 56.08 | 75.16 | 11.64 | - |
| YUV | 202.22 | 15.57 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 3 | 0.15 | 0 | 0.99 | 0.06 | 69.11 | 0.98 | 0.48 |
| Hex | CC | F0 | 3 | F | 0 | 63 | 6 | 45 | 62 | 30 |
| Octal | 314 | 360 | 3 | 17 | 0 | 143 | 6 | 105 | 142 | 60 |
| Binary | 11001100 | 11110000 | 11 | 1111 | 0 | 1100011 | 110 | 1000101 | 1100010 | 110000 |
Color Harmonies of #CCF003
Complementary color
Monochromatic Colors of #CCF003
Black with #CCF003
Text Example
Text Example
White with #CCF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF003; }
p { color: rgb(204,240,3); }
H1.HeaderClassName
{
color: #CCF003;
}
.AnyTagClassName
{
color: #CCF003;
}
</style>
background-color css
<style>
a { background-color: #CCF003; }
a { background-color: rgb(204,240,3); }
div.DivClassName
{
background-color: #CCF003;
}
.BgClassName
{
background-color: #CCF003;
}
</style>
border-color css
<style>
span { border-color: #CCF003; }
span { border-color: rgb(204,240,3); }
td.TdClassName
{
border-color: #CCF003;
}
.TagClassName
{
border-color: #CCF003;
}
</style>