Shades of Electric Lime #CCF113
Tints of Electric Lime #CCF113
RGB
CMYK
RGB Variations
Color information
#CCF113 (or 0xCCF113) is known color: Electric Lime. HEX triplet: CC, F1 and 13. RGB value is (204,241,19). Sum of RGB (Red+Green+Blue) = 204+241+19=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF113 is #330EEC. Grayscale: #CDCDCD. Windows color (decimal): -3346157 or 1307084. OLE color: 1307084.
HSL color Cylindrical-coordinate representation of color #CCF113: hue angle of 70º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCF113 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 19 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.05 |
| HSL | 70º | 0.89% | 0.51% | - |
| HSV(B) | 70º | 0.92% | 0.95% | - |
| XYZ | 56.47 | 75.79 | 12.27 | - |
| YUV | 204.63 | 23.24 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 19 | 0.15 | 0 | 0.92 | 0.05 | 70 | 0.89 | 0.51 |
| Hex | CC | F1 | 13 | F | 0 | 5C | 5 | 46 | 59 | 33 |
| Octal | 314 | 361 | 23 | 17 | 0 | 134 | 5 | 106 | 131 | 63 |
| Binary | 11001100 | 11110001 | 10011 | 1111 | 0 | 1011100 | 101 | 1000110 | 1011001 | 110011 |
Color Harmonies of #CCF113
Complementary color
Monochromatic Colors of #CCF113
Black with #CCF113
Text Example
Text Example
White with #CCF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF113; }
p { color: rgb(204,241,19); }
H1.HeaderClassName
{
color: #CCF113;
}
.AnyTagClassName
{
color: #CCF113;
}
</style>
background-color css
<style>
a { background-color: #CCF113; }
a { background-color: rgb(204,241,19); }
div.DivClassName
{
background-color: #CCF113;
}
.BgClassName
{
background-color: #CCF113;
}
</style>
border-color css
<style>
span { border-color: #CCF113; }
span { border-color: rgb(204,241,19); }
td.TdClassName
{
border-color: #CCF113;
}
.TagClassName
{
border-color: #CCF113;
}
</style>