Shades of Electric Lime #CCF61A
Tints of Electric Lime #CCF61A
RGB
CMYK
RGB Variations
Color information
#CCF61A (or 0xCCF61A) is known color: Electric Lime. HEX triplet: CC, F6 and 1A. RGB value is (204,246,26). Sum of RGB (Red+Green+Blue) = 204+246+26=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 246 (96.48% from 255 or 51.68% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF61A is #3309E5. Grayscale: #D1D1D1. Windows color (decimal): -3344870 or 1767116. OLE color: 1767116.
HSL color Cylindrical-coordinate representation of color #CCF61A: hue angle of 71.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCF61A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 26 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.04 |
| HSL | 71.45º | 0.92% | 0.53% | - |
| HSV(B) | 71.45º | 0.89% | 0.96% | - |
| XYZ | 58.04 | 78.82 | 13.13 | - |
| YUV | 208.36 | 25.09 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 26 | 0.17 | 0 | 0.89 | 0.04 | 71.45 | 0.92 | 0.53 |
| Hex | CC | F6 | 1A | 11 | 0 | 59 | 4 | 47 | 5C | 35 |
| Octal | 314 | 366 | 32 | 21 | 0 | 131 | 4 | 107 | 134 | 65 |
| Binary | 11001100 | 11110110 | 11010 | 10001 | 0 | 1011001 | 100 | 1000111 | 1011100 | 110101 |
Color Harmonies of #CCF61A
Complementary color
Monochromatic Colors of #CCF61A
Black with #CCF61A
Text Example
Text Example
White with #CCF61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF61A; }
p { color: rgb(204,246,26); }
H1.HeaderClassName
{
color: #CCF61A;
}
.AnyTagClassName
{
color: #CCF61A;
}
</style>
background-color css
<style>
a { background-color: #CCF61A; }
a { background-color: rgb(204,246,26); }
div.DivClassName
{
background-color: #CCF61A;
}
.BgClassName
{
background-color: #CCF61A;
}
</style>
border-color css
<style>
span { border-color: #CCF61A; }
span { border-color: rgb(204,246,26); }
td.TdClassName
{
border-color: #CCF61A;
}
.TagClassName
{
border-color: #CCF61A;
}
</style>