Shades of Electric Lime #CCED01
Tints of Electric Lime #CCED01
RGB
CMYK
RGB Variations
Color information
#CCED01 (or 0xCCED01) is known color: Electric Lime. HEX triplet: CC, ED and 01. RGB value is (204,237,1). Sum of RGB (Red+Green+Blue) = 204+237+1=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCED01 is #3312FE. Grayscale: #C9C9C9. Windows color (decimal): -3347199 or 126412. OLE color: 126412.
HSL color Cylindrical-coordinate representation of color #CCED01: hue angle of 68.39º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCED01 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.07 |
| HSL | 68.39º | 0.99% | 0.47% | - |
| HSV(B) | 68.39º | 1% | 0.93% | - |
| XYZ | 55.19 | 73.41 | 11.29 | - |
| YUV | 200.23 | 15.57 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 1 | 0.14 | 0 | 1.00 | 0.07 | 68.39 | 0.99 | 0.47 |
| Hex | CC | ED | 1 | E | 0 | 64 | 7 | 44 | 63 | 2F |
| Octal | 314 | 355 | 1 | 16 | 0 | 144 | 7 | 104 | 143 | 57 |
| Binary | 11001100 | 11101101 | 1 | 1110 | 0 | 1100100 | 111 | 1000100 | 1100011 | 101111 |
Color Harmonies of #CCED01
Complementary color
Monochromatic Colors of #CCED01
Black with #CCED01
Text Example
Text Example
White with #CCED01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED01; }
p { color: rgb(204,237,1); }
H1.HeaderClassName
{
color: #CCED01;
}
.AnyTagClassName
{
color: #CCED01;
}
</style>
background-color css
<style>
a { background-color: #CCED01; }
a { background-color: rgb(204,237,1); }
div.DivClassName
{
background-color: #CCED01;
}
.BgClassName
{
background-color: #CCED01;
}
</style>
border-color css
<style>
span { border-color: #CCED01; }
span { border-color: rgb(204,237,1); }
td.TdClassName
{
border-color: #CCED01;
}
.TagClassName
{
border-color: #CCED01;
}
</style>