Shades of Electric Lime #CCEA03
Tints of Electric Lime #CCEA03
RGB
CMYK
RGB Variations
Color information
#CCEA03 (or 0xCCEA03) is known color: Electric Lime. HEX triplet: CC, EA and 03. RGB value is (204,234,3). Sum of RGB (Red+Green+Blue) = 204+234+3=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA03 is #3315FC. Grayscale: #C7C7C7. Windows color (decimal): -3347965 or 256716. OLE color: 256716.
HSL color Cylindrical-coordinate representation of color #CCEA03: hue angle of 67.79º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCEA03 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 3 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.08 |
| HSL | 67.79º | 0.97% | 0.46% | - |
| HSV(B) | 67.79º | 0.99% | 0.92% | - |
| XYZ | 54.34 | 71.69 | 11.06 | - |
| YUV | 198.7 | 17.56 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 3 | 0.13 | 0 | 0.99 | 0.08 | 67.79 | 0.97 | 0.46 |
| Hex | CC | EA | 3 | D | 0 | 63 | 8 | 44 | 61 | 2E |
| Octal | 314 | 352 | 3 | 15 | 0 | 143 | 10 | 104 | 141 | 56 |
| Binary | 11001100 | 11101010 | 11 | 1101 | 0 | 1100011 | 1000 | 1000100 | 1100001 | 101110 |
Color Harmonies of #CCEA03
Complementary color
Monochromatic Colors of #CCEA03
Black with #CCEA03
Text Example
Text Example
White with #CCEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA03; }
p { color: rgb(204,234,3); }
H1.HeaderClassName
{
color: #CCEA03;
}
.AnyTagClassName
{
color: #CCEA03;
}
</style>
background-color css
<style>
a { background-color: #CCEA03; }
a { background-color: rgb(204,234,3); }
div.DivClassName
{
background-color: #CCEA03;
}
.BgClassName
{
background-color: #CCEA03;
}
</style>
border-color css
<style>
span { border-color: #CCEA03; }
span { border-color: rgb(204,234,3); }
td.TdClassName
{
border-color: #CCEA03;
}
.TagClassName
{
border-color: #CCEA03;
}
</style>