Shades of Electric Lime #CCF018
Tints of Electric Lime #CCF018
RGB
CMYK
RGB Variations
Color information
#CCF018 (or 0xCCF018) is known color: Electric Lime. HEX triplet: CC, F0 and 18. RGB value is (204,240,24). Sum of RGB (Red+Green+Blue) = 204+240+24=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF018 is #330FE7. Grayscale: #CDCDCD. Windows color (decimal): -3346408 or 1634508. OLE color: 1634508.
HSL color Cylindrical-coordinate representation of color #CCF018: hue angle of 70º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF018 is Cyan = 0.15, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 24 | - |
| CMYK | 0.15 | 0 | 0.9 | 0.06 |
| HSL | 70º | 0.88% | 0.52% | - |
| HSV(B) | 70º | 0.9% | 0.94% | - |
| XYZ | 56.23 | 75.22 | 12.42 | - |
| YUV | 204.61 | 26.07 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 24 | 0.15 | 0 | 0.9 | 0.06 | 70 | 0.88 | 0.52 |
| Hex | CC | F0 | 18 | F | 0 | 5A | 6 | 46 | 58 | 34 |
| Octal | 314 | 360 | 30 | 17 | 0 | 132 | 6 | 106 | 130 | 64 |
| Binary | 11001100 | 11110000 | 11000 | 1111 | 0 | 1011010 | 110 | 1000110 | 1011000 | 110100 |
Color Harmonies of #CCF018
Complementary color
Monochromatic Colors of #CCF018
Black with #CCF018
Text Example
Text Example
White with #CCF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF018; }
p { color: rgb(204,240,24); }
H1.HeaderClassName
{
color: #CCF018;
}
.AnyTagClassName
{
color: #CCF018;
}
</style>
background-color css
<style>
a { background-color: #CCF018; }
a { background-color: rgb(204,240,24); }
div.DivClassName
{
background-color: #CCF018;
}
.BgClassName
{
background-color: #CCF018;
}
</style>
border-color css
<style>
span { border-color: #CCF018; }
span { border-color: rgb(204,240,24); }
td.TdClassName
{
border-color: #CCF018;
}
.TagClassName
{
border-color: #CCF018;
}
</style>