Shades of Electric Lime #CCF310
Tints of Electric Lime #CCF310
RGB
CMYK
RGB Variations
Color information
#CCF310 (or 0xCCF310) is known color: Electric Lime. HEX triplet: CC, F3 and 10. RGB value is (204,243,16). Sum of RGB (Red+Green+Blue) = 204+243+16=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF310 is #330CEF. Grayscale: #CECECE. Windows color (decimal): -3345648 or 1110988. OLE color: 1110988.
HSL color Cylindrical-coordinate representation of color #CCF310: hue angle of 70.31º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCF310 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.05 |
| HSL | 70.31º | 0.9% | 0.51% | - |
| HSV(B) | 70.31º | 0.93% | 0.95% | - |
| XYZ | 57.05 | 76.98 | 12.34 | - |
| YUV | 205.46 | 21.08 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 16 | 0.16 | 0 | 0.93 | 0.05 | 70.31 | 0.9 | 0.51 |
| Hex | CC | F3 | 10 | 10 | 0 | 5D | 5 | 46 | 5A | 33 |
| Octal | 314 | 363 | 20 | 20 | 0 | 135 | 5 | 106 | 132 | 63 |
| Binary | 11001100 | 11110011 | 10000 | 10000 | 0 | 1011101 | 101 | 1000110 | 1011010 | 110011 |
Color Harmonies of #CCF310
Complementary color
Monochromatic Colors of #CCF310
Black with #CCF310
Text Example
Text Example
White with #CCF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF310; }
p { color: rgb(204,243,16); }
H1.HeaderClassName
{
color: #CCF310;
}
.AnyTagClassName
{
color: #CCF310;
}
</style>
background-color css
<style>
a { background-color: #CCF310; }
a { background-color: rgb(204,243,16); }
div.DivClassName
{
background-color: #CCF310;
}
.BgClassName
{
background-color: #CCF310;
}
</style>
border-color css
<style>
span { border-color: #CCF310; }
span { border-color: rgb(204,243,16); }
td.TdClassName
{
border-color: #CCF310;
}
.TagClassName
{
border-color: #CCF310;
}
</style>