Shades of Electric Lime #CCF41A
Tints of Electric Lime #CCF41A
RGB
CMYK
RGB Variations
Color information
#CCF41A (or 0xCCF41A) is known color: Electric Lime. HEX triplet: CC, F4 and 1A. RGB value is (204,244,26). Sum of RGB (Red+Green+Blue) = 204+244+26=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 244 (95.70% from 255 or 51.48% from 474); Blue value is 26 (10.55% from 255 or 5.49% from 474); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF41A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF41A is #330BE5. Grayscale: #D0D0D0. Windows color (decimal): -3345382 or 1766604. OLE color: 1766604.
HSL color Cylindrical-coordinate representation of color #CCF41A: hue angle of 71.01º degrees, saturation: 0.91, 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 #CCF41A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 26 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.04 |
| HSL | 71.01º | 0.91% | 0.53% | - |
| HSV(B) | 71.01º | 0.89% | 0.96% | - |
| XYZ | 57.44 | 77.61 | 12.93 | - |
| YUV | 207.19 | 25.75 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 26 | 0.16 | 0 | 0.89 | 0.04 | 71.01 | 0.91 | 0.53 |
| Hex | CC | F4 | 1A | 10 | 0 | 59 | 4 | 47 | 5B | 35 |
| Octal | 314 | 364 | 32 | 20 | 0 | 131 | 4 | 107 | 133 | 65 |
| Binary | 11001100 | 11110100 | 11010 | 10000 | 0 | 1011001 | 100 | 1000111 | 1011011 | 110101 |
Color Harmonies of #CCF41A
Complementary color
Monochromatic Colors of #CCF41A
Black with #CCF41A
Text Example
Text Example
White with #CCF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF41A; }
p { color: rgb(204,244,26); }
H1.HeaderClassName
{
color: #CCF41A;
}
.AnyTagClassName
{
color: #CCF41A;
}
</style>
background-color css
<style>
a { background-color: #CCF41A; }
a { background-color: rgb(204,244,26); }
div.DivClassName
{
background-color: #CCF41A;
}
.BgClassName
{
background-color: #CCF41A;
}
</style>
border-color css
<style>
span { border-color: #CCF41A; }
span { border-color: rgb(204,244,26); }
td.TdClassName
{
border-color: #CCF41A;
}
.TagClassName
{
border-color: #CCF41A;
}
</style>