Shades of Electric Lime #CCFF14
Tints of Electric Lime #CCFF14
RGB
CMYK
RGB Variations
Color information
#CCFF14 (or 0xCCFF14) is known color: Electric Lime. HEX triplet: CC, FF and 14. RGB value is (204,255,20). Sum of RGB (Red+Green+Blue) = 204+255+20=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF14 is #3300EB. Grayscale: #D5D5D5. Windows color (decimal): -3342572 or 1376204. OLE color: 1376204.
HSL color Cylindrical-coordinate representation of color #CCFF14: hue angle of 73.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCFF14 is Cyan = 0.2, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 20 | - |
| CMYK | 0.2 | 0 | 0.92 | 0 |
| HSL | 73.02º | 1% | 0.54% | - |
| HSV(B) | 73.02º | 0.92% | 1% | - |
| XYZ | 60.79 | 84.41 | 13.75 | - |
| YUV | 212.96 | 19.1 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 20 | 0.2 | 0 | 0.92 | 0 | 73.02 | 1 | 0.54 |
| Hex | CC | FF | 14 | 14 | 0 | 5C | 0 | 49 | 64 | 36 |
| Octal | 314 | 377 | 24 | 24 | 0 | 134 | 0 | 111 | 144 | 66 |
| Binary | 11001100 | 11111111 | 10100 | 10100 | 0 | 1011100 | 0 | 1001001 | 1100100 | 110110 |
Color Harmonies of #CCFF14
Complementary color
Monochromatic Colors of #CCFF14
Black with #CCFF14
Text Example
Text Example
White with #CCFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF14; }
p { color: rgb(204,255,20); }
H1.HeaderClassName
{
color: #CCFF14;
}
.AnyTagClassName
{
color: #CCFF14;
}
</style>
background-color css
<style>
a { background-color: #CCFF14; }
a { background-color: rgb(204,255,20); }
div.DivClassName
{
background-color: #CCFF14;
}
.BgClassName
{
background-color: #CCFF14;
}
</style>
border-color css
<style>
span { border-color: #CCFF14; }
span { border-color: rgb(204,255,20); }
td.TdClassName
{
border-color: #CCFF14;
}
.TagClassName
{
border-color: #CCFF14;
}
</style>