Shades of Electric Lime #CCF914
Tints of Electric Lime #CCF914
RGB
CMYK
RGB Variations
Color information
#CCF914 (or 0xCCF914) is known color: Electric Lime. HEX triplet: CC, F9 and 14. RGB value is (204,249,20). Sum of RGB (Red+Green+Blue) = 204+249+20=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF914 is #3306EB. Grayscale: #D2D2D2. Windows color (decimal): -3344108 or 1374668. OLE color: 1374668.
HSL color Cylindrical-coordinate representation of color #CCF914: hue angle of 71.79º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCF914 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 20 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.02 |
| HSL | 71.79º | 0.95% | 0.53% | - |
| HSV(B) | 71.79º | 0.92% | 0.98% | - |
| XYZ | 58.9 | 80.64 | 13.12 | - |
| YUV | 209.44 | 21.09 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 20 | 0.18 | 0 | 0.92 | 0.02 | 71.79 | 0.95 | 0.53 |
| Hex | CC | F9 | 14 | 12 | 0 | 5C | 2 | 48 | 5F | 35 |
| Octal | 314 | 371 | 24 | 22 | 0 | 134 | 2 | 110 | 137 | 65 |
| Binary | 11001100 | 11111001 | 10100 | 10010 | 0 | 1011100 | 10 | 1001000 | 1011111 | 110101 |
Color Harmonies of #CCF914
Complementary color
Monochromatic Colors of #CCF914
Black with #CCF914
Text Example
Text Example
White with #CCF914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF914; }
p { color: rgb(204,249,20); }
H1.HeaderClassName
{
color: #CCF914;
}
.AnyTagClassName
{
color: #CCF914;
}
</style>
background-color css
<style>
a { background-color: #CCF914; }
a { background-color: rgb(204,249,20); }
div.DivClassName
{
background-color: #CCF914;
}
.BgClassName
{
background-color: #CCF914;
}
</style>
border-color css
<style>
span { border-color: #CCF914; }
span { border-color: rgb(204,249,20); }
td.TdClassName
{
border-color: #CCF914;
}
.TagClassName
{
border-color: #CCF914;
}
</style>