Shades of Electric Lime #CCFD00
Tints of Electric Lime #CCFD00
RGB
CMYK
RGB Variations
Color information
#CCFD00 (or 0xCCFD00) is known color: Electric Lime. HEX triplet: CC, FD and 00. RGB value is (204,253,0). Sum of RGB (Red+Green+Blue) = 204+253+0=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 253 (99.22% from 255 or 55.36% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD00 is #3302FF. Grayscale: #D2D2D2. Windows color (decimal): -3343104 or 64972. OLE color: 64972.
HSL color Cylindrical-coordinate representation of color #CCFD00: hue angle of 71.62º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCFD00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.01 |
| HSL | 71.62º | 1% | 0.5% | - |
| HSV(B) | 71.62º | 1% | 0.99% | - |
| XYZ | 60.03 | 83.09 | 12.87 | - |
| YUV | 209.51 | 9.77 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 0 | 0.19 | 0 | 1 | 0.01 | 71.62 | 1 | 0.5 |
| Hex | CC | FD | 0 | 13 | 0 | 64 | 1 | 48 | 64 | 32 |
| Octal | 314 | 375 | 0 | 23 | 0 | 144 | 1 | 110 | 144 | 62 |
| Binary | 11001100 | 11111101 | 0 | 10011 | 0 | 1100100 | 1 | 1001000 | 1100100 | 110010 |
Color Harmonies of #CCFD00
Complementary color
Monochromatic Colors of #CCFD00
Black with #CCFD00
Text Example
Text Example
White with #CCFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD00; }
p { color: rgb(204,253,0); }
H1.HeaderClassName
{
color: #CCFD00;
}
.AnyTagClassName
{
color: #CCFD00;
}
</style>
background-color css
<style>
a { background-color: #CCFD00; }
a { background-color: rgb(204,253,0); }
div.DivClassName
{
background-color: #CCFD00;
}
.BgClassName
{
background-color: #CCFD00;
}
</style>
border-color css
<style>
span { border-color: #CCFD00; }
span { border-color: rgb(204,253,0); }
td.TdClassName
{
border-color: #CCFD00;
}
.TagClassName
{
border-color: #CCFD00;
}
</style>