Shades of Electric Lime #CCF501
Tints of Electric Lime #CCF501
RGB
CMYK
RGB Variations
Color information
#CCF501 (or 0xCCF501) is known color: Electric Lime. HEX triplet: CC, F5 and 01. RGB value is (204,245,1). Sum of RGB (Red+Green+Blue) = 204+245+1=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 245 (96.09% from 255 or 54.44% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF501 is #330AFE. Grayscale: #CDCDCD. Windows color (decimal): -3345151 or 128460. OLE color: 128460.
HSL color Cylindrical-coordinate representation of color #CCF501: hue angle of 70.08º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCF501 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.04 |
| HSL | 70.08º | 0.99% | 0.48% | - |
| HSV(B) | 70.08º | 1% | 0.96% | - |
| XYZ | 57.56 | 78.14 | 12.08 | - |
| YUV | 204.93 | 12.92 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 1 | 0.17 | 0 | 1.00 | 0.04 | 70.08 | 0.99 | 0.48 |
| Hex | CC | F5 | 1 | 11 | 0 | 64 | 4 | 46 | 63 | 30 |
| Octal | 314 | 365 | 1 | 21 | 0 | 144 | 4 | 106 | 143 | 60 |
| Binary | 11001100 | 11110101 | 1 | 10001 | 0 | 1100100 | 100 | 1000110 | 1100011 | 110000 |
Color Harmonies of #CCF501
Complementary color
Monochromatic Colors of #CCF501
Black with #CCF501
Text Example
Text Example
White with #CCF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF501; }
p { color: rgb(204,245,1); }
H1.HeaderClassName
{
color: #CCF501;
}
.AnyTagClassName
{
color: #CCF501;
}
</style>
background-color css
<style>
a { background-color: #CCF501; }
a { background-color: rgb(204,245,1); }
div.DivClassName
{
background-color: #CCF501;
}
.BgClassName
{
background-color: #CCF501;
}
</style>
border-color css
<style>
span { border-color: #CCF501; }
span { border-color: rgb(204,245,1); }
td.TdClassName
{
border-color: #CCF501;
}
.TagClassName
{
border-color: #CCF501;
}
</style>