Shades of Electric Lime #CCF905
Tints of Electric Lime #CCF905
RGB
CMYK
RGB Variations
Color information
#CCF905 (or 0xCCF905) is known color: Electric Lime. HEX triplet: CC, F9 and 05. RGB value is (204,249,5). Sum of RGB (Red+Green+Blue) = 204+249+5=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF905 is #3306FA. Grayscale: #D0D0D0. Windows color (decimal): -3344123 or 391628. OLE color: 391628.
HSL color Cylindrical-coordinate representation of color #CCF905: hue angle of 71.07º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCF905 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.02 |
| HSL | 71.07º | 0.96% | 0.5% | - |
| HSV(B) | 71.07º | 0.98% | 0.98% | - |
| XYZ | 58.8 | 80.6 | 12.6 | - |
| YUV | 207.73 | 13.59 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 5 | 0.18 | 0 | 0.98 | 0.02 | 71.07 | 0.96 | 0.5 |
| Hex | CC | F9 | 5 | 12 | 0 | 62 | 2 | 47 | 60 | 32 |
| Octal | 314 | 371 | 5 | 22 | 0 | 142 | 2 | 107 | 140 | 62 |
| Binary | 11001100 | 11111001 | 101 | 10010 | 0 | 1100010 | 10 | 1000111 | 1100000 | 110010 |
Color Harmonies of #CCF905
Complementary color
Monochromatic Colors of #CCF905
Black with #CCF905
Text Example
Text Example
White with #CCF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF905; }
p { color: rgb(204,249,5); }
H1.HeaderClassName
{
color: #CCF905;
}
.AnyTagClassName
{
color: #CCF905;
}
</style>
background-color css
<style>
a { background-color: #CCF905; }
a { background-color: rgb(204,249,5); }
div.DivClassName
{
background-color: #CCF905;
}
.BgClassName
{
background-color: #CCF905;
}
</style>
border-color css
<style>
span { border-color: #CCF905; }
span { border-color: rgb(204,249,5); }
td.TdClassName
{
border-color: #CCF905;
}
.TagClassName
{
border-color: #CCF905;
}
</style>