Shades of Electric Lime #CCFE0D
Tints of Electric Lime #CCFE0D
RGB
CMYK
RGB Variations
Color information
#CCFE0D (or 0xCCFE0D) is known color: Electric Lime. HEX triplet: CC, FE and 0D. RGB value is (204,254,13). Sum of RGB (Red+Green+Blue) = 204+254+13=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE0D is #3301F2. Grayscale: #D4D4D4. Windows color (decimal): -3342835 or 917196. OLE color: 917196.
HSL color Cylindrical-coordinate representation of color #CCFE0D: hue angle of 72.45º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCFE0D is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 13 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.00 |
| HSL | 72.45º | 0.99% | 0.52% | - |
| HSV(B) | 72.45º | 0.95% | 1% | - |
| XYZ | 60.42 | 83.75 | 13.36 | - |
| YUV | 211.58 | 15.94 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 13 | 0.20 | 0 | 0.95 | 0.00 | 72.45 | 0.99 | 0.52 |
| Hex | CC | FE | D | 14 | 0 | 5F | 0 | 48 | 63 | 34 |
| Octal | 314 | 376 | 15 | 24 | 0 | 137 | 0 | 110 | 143 | 64 |
| Binary | 11001100 | 11111110 | 1101 | 10100 | 0 | 1011111 | 0 | 1001000 | 1100011 | 110100 |
Color Harmonies of #CCFE0D
Complementary color
Monochromatic Colors of #CCFE0D
Black with #CCFE0D
Text Example
Text Example
White with #CCFE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE0D; }
p { color: rgb(204,254,13); }
H1.HeaderClassName
{
color: #CCFE0D;
}
.AnyTagClassName
{
color: #CCFE0D;
}
</style>
background-color css
<style>
a { background-color: #CCFE0D; }
a { background-color: rgb(204,254,13); }
div.DivClassName
{
background-color: #CCFE0D;
}
.BgClassName
{
background-color: #CCFE0D;
}
</style>
border-color css
<style>
span { border-color: #CCFE0D; }
span { border-color: rgb(204,254,13); }
td.TdClassName
{
border-color: #CCFE0D;
}
.TagClassName
{
border-color: #CCFE0D;
}
</style>