Shades of Electric Lime #CCF015
Tints of Electric Lime #CCF015
RGB
CMYK
RGB Variations
Color information
#CCF015 (or 0xCCF015) is known color: Electric Lime. HEX triplet: CC, F0 and 15. RGB value is (204,240,21). Sum of RGB (Red+Green+Blue) = 204+240+21=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF015 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF015 is #330FEA. Grayscale: #CDCDCD. Windows color (decimal): -3346411 or 1437900. OLE color: 1437900.
HSL color Cylindrical-coordinate representation of color #CCF015: hue angle of 69.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCF015 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 21 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.06 |
| HSL | 69.86º | 0.88% | 0.51% | - |
| HSV(B) | 69.86º | 0.91% | 0.94% | - |
| XYZ | 56.2 | 75.21 | 12.26 | - |
| YUV | 204.27 | 24.57 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 21 | 0.15 | 0 | 0.91 | 0.06 | 69.86 | 0.88 | 0.51 |
| Hex | CC | F0 | 15 | F | 0 | 5B | 6 | 46 | 58 | 33 |
| Octal | 314 | 360 | 25 | 17 | 0 | 133 | 6 | 106 | 130 | 63 |
| Binary | 11001100 | 11110000 | 10101 | 1111 | 0 | 1011011 | 110 | 1000110 | 1011000 | 110011 |
Color Harmonies of #CCF015
Complementary color
Monochromatic Colors of #CCF015
Black with #CCF015
Text Example
Text Example
White with #CCF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF015; }
p { color: rgb(204,240,21); }
H1.HeaderClassName
{
color: #CCF015;
}
.AnyTagClassName
{
color: #CCF015;
}
</style>
background-color css
<style>
a { background-color: #CCF015; }
a { background-color: rgb(204,240,21); }
div.DivClassName
{
background-color: #CCF015;
}
.BgClassName
{
background-color: #CCF015;
}
</style>
border-color css
<style>
span { border-color: #CCF015; }
span { border-color: rgb(204,240,21); }
td.TdClassName
{
border-color: #CCF015;
}
.TagClassName
{
border-color: #CCF015;
}
</style>