Shades of Electric Lime #CCE608
Tints of Electric Lime #CCE608
RGB
CMYK
RGB Variations
Color information
#CCE608 (or 0xCCE608) is known color: Electric Lime. HEX triplet: CC, E6 and 08. RGB value is (204,230,8). Sum of RGB (Red+Green+Blue) = 204+230+8=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE608 is #3319F7. Grayscale: #C5C5C5. Windows color (decimal): -3348984 or 583372. OLE color: 583372.
HSL color Cylindrical-coordinate representation of color #CCE608: hue angle of 67.03º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCE608 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 8 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.10 |
| HSL | 67.03º | 0.93% | 0.47% | - |
| HSV(B) | 67.03º | 0.97% | 0.9% | - |
| XYZ | 53.24 | 69.45 | 10.83 | - |
| YUV | 196.92 | 21.39 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 8 | 0.11 | 0 | 0.97 | 0.10 | 67.03 | 0.93 | 0.47 |
| Hex | CC | E6 | 8 | B | 0 | 61 | A | 43 | 5D | 2F |
| Octal | 314 | 346 | 10 | 13 | 0 | 141 | 12 | 103 | 135 | 57 |
| Binary | 11001100 | 11100110 | 1000 | 1011 | 0 | 1100001 | 1010 | 1000011 | 1011101 | 101111 |
Color Harmonies of #CCE608
Complementary color
Monochromatic Colors of #CCE608
Black with #CCE608
Text Example
Text Example
White with #CCE608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE608; }
p { color: rgb(204,230,8); }
H1.HeaderClassName
{
color: #CCE608;
}
.AnyTagClassName
{
color: #CCE608;
}
</style>
background-color css
<style>
a { background-color: #CCE608; }
a { background-color: rgb(204,230,8); }
div.DivClassName
{
background-color: #CCE608;
}
.BgClassName
{
background-color: #CCE608;
}
</style>
border-color css
<style>
span { border-color: #CCE608; }
span { border-color: rgb(204,230,8); }
td.TdClassName
{
border-color: #CCE608;
}
.TagClassName
{
border-color: #CCE608;
}
</style>