Shades of Electric Lime #CCFF05
Tints of Electric Lime #CCFF05
RGB
CMYK
RGB Variations
Color information
#CCFF05 (or 0xCCFF05) is known color: Electric Lime. HEX triplet: CC, FF and 05. RGB value is (204,255,5). Sum of RGB (Red+Green+Blue) = 204+255+5=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF05 is #3300FA. Grayscale: #D4D4D4. Windows color (decimal): -3342587 or 393164. OLE color: 393164.
HSL color Cylindrical-coordinate representation of color #CCFF05: hue angle of 72.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCFF05 is Cyan = 0.2, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 5 | - |
| CMYK | 0.2 | 0 | 0.98 | 0 |
| HSL | 72.24º | 1% | 0.51% | - |
| HSV(B) | 72.24º | 0.98% | 1% | - |
| XYZ | 60.69 | 84.37 | 13.23 | - |
| YUV | 211.25 | 11.6 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 5 | 0.2 | 0 | 0.98 | 0 | 72.24 | 1 | 0.51 |
| Hex | CC | FF | 5 | 14 | 0 | 62 | 0 | 48 | 64 | 33 |
| Octal | 314 | 377 | 5 | 24 | 0 | 142 | 0 | 110 | 144 | 63 |
| Binary | 11001100 | 11111111 | 101 | 10100 | 0 | 1100010 | 0 | 1001000 | 1100100 | 110011 |
Color Harmonies of #CCFF05
Complementary color
Monochromatic Colors of #CCFF05
Black with #CCFF05
Text Example
Text Example
White with #CCFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF05; }
p { color: rgb(204,255,5); }
H1.HeaderClassName
{
color: #CCFF05;
}
.AnyTagClassName
{
color: #CCFF05;
}
</style>
background-color css
<style>
a { background-color: #CCFF05; }
a { background-color: rgb(204,255,5); }
div.DivClassName
{
background-color: #CCFF05;
}
.BgClassName
{
background-color: #CCFF05;
}
</style>
border-color css
<style>
span { border-color: #CCFF05; }
span { border-color: rgb(204,255,5); }
td.TdClassName
{
border-color: #CCFF05;
}
.TagClassName
{
border-color: #CCFF05;
}
</style>