Shades of Electric Lime #CCFF08
Tints of Electric Lime #CCFF08
RGB
CMYK
RGB Variations
Color information
#CCFF08 (or 0xCCFF08) is known color: Electric Lime. HEX triplet: CC, FF and 08. RGB value is (204,255,8). Sum of RGB (Red+Green+Blue) = 204+255+8=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 8 (3.52% from 255 or 1.71% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF08 is #3300F7. Grayscale: #D4D4D4. Windows color (decimal): -3342584 or 589772. OLE color: 589772.
HSL color Cylindrical-coordinate representation of color #CCFF08: hue angle of 72.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCFF08 is Cyan = 0.2, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 8 | - |
| CMYK | 0.2 | 0 | 0.97 | 0 |
| HSL | 72.39º | 1% | 0.52% | - |
| HSV(B) | 72.39º | 0.97% | 1% | - |
| XYZ | 60.71 | 84.37 | 13.32 | - |
| YUV | 211.59 | 13.1 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 8 | 0.2 | 0 | 0.97 | 0 | 72.39 | 1 | 0.52 |
| Hex | CC | FF | 8 | 14 | 0 | 61 | 0 | 48 | 64 | 34 |
| Octal | 314 | 377 | 10 | 24 | 0 | 141 | 0 | 110 | 144 | 64 |
| Binary | 11001100 | 11111111 | 1000 | 10100 | 0 | 1100001 | 0 | 1001000 | 1100100 | 110100 |
Color Harmonies of #CCFF08
Complementary color
Monochromatic Colors of #CCFF08
Black with #CCFF08
Text Example
Text Example
White with #CCFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF08; }
p { color: rgb(204,255,8); }
H1.HeaderClassName
{
color: #CCFF08;
}
.AnyTagClassName
{
color: #CCFF08;
}
</style>
background-color css
<style>
a { background-color: #CCFF08; }
a { background-color: rgb(204,255,8); }
div.DivClassName
{
background-color: #CCFF08;
}
.BgClassName
{
background-color: #CCFF08;
}
</style>
border-color css
<style>
span { border-color: #CCFF08; }
span { border-color: rgb(204,255,8); }
td.TdClassName
{
border-color: #CCFF08;
}
.TagClassName
{
border-color: #CCFF08;
}
</style>