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