Shades of Electric Lime #CCF205
Tints of Electric Lime #CCF205
RGB
CMYK
RGB Variations
Color information
#CCF205 (or 0xCCF205) is known color: Electric Lime. HEX triplet: CC, F2 and 05. RGB value is (204,242,5). Sum of RGB (Red+Green+Blue) = 204+242+5=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF205 is #330DFA. Grayscale: #CCCCCC. Windows color (decimal): -3345915 or 389836. OLE color: 389836.
HSL color Cylindrical-coordinate representation of color #CCF205: hue angle of 69.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCF205 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.05 |
| HSL | 69.62º | 0.96% | 0.48% | - |
| HSV(B) | 69.62º | 0.98% | 0.95% | - |
| XYZ | 56.68 | 76.35 | 11.89 | - |
| YUV | 203.62 | 15.91 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 5 | 0.16 | 0 | 0.98 | 0.05 | 69.62 | 0.96 | 0.48 |
| Hex | CC | F2 | 5 | 10 | 0 | 62 | 5 | 46 | 60 | 30 |
| Octal | 314 | 362 | 5 | 20 | 0 | 142 | 5 | 106 | 140 | 60 |
| Binary | 11001100 | 11110010 | 101 | 10000 | 0 | 1100010 | 101 | 1000110 | 1100000 | 110000 |
Color Harmonies of #CCF205
Complementary color
Monochromatic Colors of #CCF205
Black with #CCF205
Text Example
Text Example
White with #CCF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF205; }
p { color: rgb(204,242,5); }
H1.HeaderClassName
{
color: #CCF205;
}
.AnyTagClassName
{
color: #CCF205;
}
</style>
background-color css
<style>
a { background-color: #CCF205; }
a { background-color: rgb(204,242,5); }
div.DivClassName
{
background-color: #CCF205;
}
.BgClassName
{
background-color: #CCF205;
}
</style>
border-color css
<style>
span { border-color: #CCF205; }
span { border-color: rgb(204,242,5); }
td.TdClassName
{
border-color: #CCF205;
}
.TagClassName
{
border-color: #CCF205;
}
</style>