Shades of Electric Lime #CCEF00
Tints of Electric Lime #CCEF00
RGB
CMYK
RGB Variations
Color information
#CCEF00 (or 0xCCEF00) is known color: Electric Lime. HEX triplet: CC, EF and 00. RGB value is (204,239,0). Sum of RGB (Red+Green+Blue) = 204+239+0=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEF00 is #3310FF. Grayscale: #CACACA. Windows color (decimal): -3346688 or 61388. OLE color: 61388.
HSL color Cylindrical-coordinate representation of color #CCEF00: hue angle of 68.79º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCEF00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.06 |
| HSL | 68.79º | 1% | 0.47% | - |
| HSV(B) | 68.79º | 1% | 0.94% | - |
| XYZ | 55.77 | 74.57 | 11.45 | - |
| YUV | 201.29 | 14.4 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 0 | 0.15 | 0 | 1 | 0.06 | 68.79 | 1 | 0.47 |
| Hex | CC | EF | 0 | F | 0 | 64 | 6 | 45 | 64 | 2F |
| Octal | 314 | 357 | 0 | 17 | 0 | 144 | 6 | 105 | 144 | 57 |
| Binary | 11001100 | 11101111 | 0 | 1111 | 0 | 1100100 | 110 | 1000101 | 1100100 | 101111 |
Color Harmonies of #CCEF00
Complementary color
Monochromatic Colors of #CCEF00
Black with #CCEF00
Text Example
Text Example
White with #CCEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEF00; }
p { color: rgb(204,239,0); }
H1.HeaderClassName
{
color: #CCEF00;
}
.AnyTagClassName
{
color: #CCEF00;
}
</style>
background-color css
<style>
a { background-color: #CCEF00; }
a { background-color: rgb(204,239,0); }
div.DivClassName
{
background-color: #CCEF00;
}
.BgClassName
{
background-color: #CCEF00;
}
</style>
border-color css
<style>
span { border-color: #CCEF00; }
span { border-color: rgb(204,239,0); }
td.TdClassName
{
border-color: #CCEF00;
}
.TagClassName
{
border-color: #CCEF00;
}
</style>