Shades of Electric Lime #CCEE00
Tints of Electric Lime #CCEE00
RGB
CMYK
RGB Variations
Color information
#CCEE00 (or 0xCCEE00) is known color: Electric Lime. HEX triplet: CC, EE and 00. RGB value is (204,238,0). Sum of RGB (Red+Green+Blue) = 204+238+0=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEE00 is #3311FF. Grayscale: #C9C9C9. Windows color (decimal): -3346944 or 61132. OLE color: 61132.
HSL color Cylindrical-coordinate representation of color #CCEE00: hue angle of 68.57º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCEE00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.07 |
| HSL | 68.57º | 1% | 0.47% | - |
| HSV(B) | 68.57º | 1% | 0.93% | - |
| XYZ | 55.48 | 73.99 | 11.36 | - |
| YUV | 200.7 | 14.74 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 0 | 0.14 | 0 | 1 | 0.07 | 68.57 | 1 | 0.47 |
| Hex | CC | EE | 0 | E | 0 | 64 | 7 | 45 | 64 | 2F |
| Octal | 314 | 356 | 0 | 16 | 0 | 144 | 7 | 105 | 144 | 57 |
| Binary | 11001100 | 11101110 | 0 | 1110 | 0 | 1100100 | 111 | 1000101 | 1100100 | 101111 |
Color Harmonies of #CCEE00
Complementary color
Monochromatic Colors of #CCEE00
Black with #CCEE00
Text Example
Text Example
White with #CCEE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE00; }
p { color: rgb(204,238,0); }
H1.HeaderClassName
{
color: #CCEE00;
}
.AnyTagClassName
{
color: #CCEE00;
}
</style>
background-color css
<style>
a { background-color: #CCEE00; }
a { background-color: rgb(204,238,0); }
div.DivClassName
{
background-color: #CCEE00;
}
.BgClassName
{
background-color: #CCEE00;
}
</style>
border-color css
<style>
span { border-color: #CCEE00; }
span { border-color: rgb(204,238,0); }
td.TdClassName
{
border-color: #CCEE00;
}
.TagClassName
{
border-color: #CCEE00;
}
</style>