Shades of Electric Lime #CCFE09
Tints of Electric Lime #CCFE09
RGB
CMYK
RGB Variations
Color information
#CCFE09 (or 0xCCFE09) is known color: Electric Lime. HEX triplet: CC, FE and 09. RGB value is (204,254,9). Sum of RGB (Red+Green+Blue) = 204+254+9=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 9 (3.91% from 255 or 1.93% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE09 is #3301F6. Grayscale: #D4D4D4. Windows color (decimal): -3342839 or 655052. OLE color: 655052.
HSL color Cylindrical-coordinate representation of color #CCFE09: hue angle of 72.24º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCFE09 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 9 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.00 |
| HSL | 72.24º | 0.99% | 0.52% | - |
| HSV(B) | 72.24º | 0.96% | 1% | - |
| XYZ | 60.39 | 83.74 | 13.24 | - |
| YUV | 211.12 | 13.94 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 9 | 0.20 | 0 | 0.96 | 0.00 | 72.24 | 0.99 | 0.52 |
| Hex | CC | FE | 9 | 14 | 0 | 60 | 0 | 48 | 63 | 34 |
| Octal | 314 | 376 | 11 | 24 | 0 | 140 | 0 | 110 | 143 | 64 |
| Binary | 11001100 | 11111110 | 1001 | 10100 | 0 | 1100000 | 0 | 1001000 | 1100011 | 110100 |
Color Harmonies of #CCFE09
Complementary color
Monochromatic Colors of #CCFE09
Black with #CCFE09
Text Example
Text Example
White with #CCFE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE09; }
p { color: rgb(204,254,9); }
H1.HeaderClassName
{
color: #CCFE09;
}
.AnyTagClassName
{
color: #CCFE09;
}
</style>
background-color css
<style>
a { background-color: #CCFE09; }
a { background-color: rgb(204,254,9); }
div.DivClassName
{
background-color: #CCFE09;
}
.BgClassName
{
background-color: #CCFE09;
}
</style>
border-color css
<style>
span { border-color: #CCFE09; }
span { border-color: rgb(204,254,9); }
td.TdClassName
{
border-color: #CCFE09;
}
.TagClassName
{
border-color: #CCFE09;
}
</style>