Shades of Electric Lime #CCF403
Tints of Electric Lime #CCF403
RGB
CMYK
RGB Variations
Color information
#CCF403 (or 0xCCF403) is known color: Electric Lime. HEX triplet: CC, F4 and 03. RGB value is (204,244,3). Sum of RGB (Red+Green+Blue) = 204+244+3=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 244 (95.70% from 255 or 54.10% from 451); Blue value is 3 (1.56% from 255 or 0.67% from 451); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF403 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF403 is #330BFC. Grayscale: #CDCDCD. Windows color (decimal): -3345405 or 259276. OLE color: 259276.
HSL color Cylindrical-coordinate representation of color #CCF403: hue angle of 69.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCF403 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.04 |
| HSL | 69.96º | 0.98% | 0.48% | - |
| HSV(B) | 69.96º | 0.99% | 0.96% | - |
| XYZ | 57.27 | 77.55 | 12.04 | - |
| YUV | 204.57 | 14.25 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 3 | 0.16 | 0 | 0.99 | 0.04 | 69.96 | 0.98 | 0.48 |
| Hex | CC | F4 | 3 | 10 | 0 | 63 | 4 | 46 | 62 | 30 |
| Octal | 314 | 364 | 3 | 20 | 0 | 143 | 4 | 106 | 142 | 60 |
| Binary | 11001100 | 11110100 | 11 | 10000 | 0 | 1100011 | 100 | 1000110 | 1100010 | 110000 |
Color Harmonies of #CCF403
Complementary color
Monochromatic Colors of #CCF403
Black with #CCF403
Text Example
Text Example
White with #CCF403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF403; }
p { color: rgb(204,244,3); }
H1.HeaderClassName
{
color: #CCF403;
}
.AnyTagClassName
{
color: #CCF403;
}
</style>
background-color css
<style>
a { background-color: #CCF403; }
a { background-color: rgb(204,244,3); }
div.DivClassName
{
background-color: #CCF403;
}
.BgClassName
{
background-color: #CCF403;
}
</style>
border-color css
<style>
span { border-color: #CCF403; }
span { border-color: rgb(204,244,3); }
td.TdClassName
{
border-color: #CCF403;
}
.TagClassName
{
border-color: #CCF403;
}
</style>