Shades of Electric Lime #CCE908
Tints of Electric Lime #CCE908
RGB
CMYK
RGB Variations
Color information
#CCE908 (or 0xCCE908) is known color: Electric Lime. HEX triplet: CC, E9 and 08. RGB value is (204,233,8). Sum of RGB (Red+Green+Blue) = 204+233+8=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 233 (91.41% from 255 or 52.36% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE908 is #3316F7. Grayscale: #C7C7C7. Windows color (decimal): -3348216 or 584140. OLE color: 584140.
HSL color Cylindrical-coordinate representation of color #CCE908: hue angle of 67.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCE908 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 8 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.09 |
| HSL | 67.73º | 0.93% | 0.47% | - |
| HSV(B) | 67.73º | 0.97% | 0.91% | - |
| XYZ | 54.08 | 71.13 | 11.11 | - |
| YUV | 198.68 | 20.39 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 8 | 0.12 | 0 | 0.97 | 0.09 | 67.73 | 0.93 | 0.47 |
| Hex | CC | E9 | 8 | C | 0 | 61 | 9 | 44 | 5D | 2F |
| Octal | 314 | 351 | 10 | 14 | 0 | 141 | 11 | 104 | 135 | 57 |
| Binary | 11001100 | 11101001 | 1000 | 1100 | 0 | 1100001 | 1001 | 1000100 | 1011101 | 101111 |
Color Harmonies of #CCE908
Complementary color
Monochromatic Colors of #CCE908
Black with #CCE908
Text Example
Text Example
White with #CCE908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE908; }
p { color: rgb(204,233,8); }
H1.HeaderClassName
{
color: #CCE908;
}
.AnyTagClassName
{
color: #CCE908;
}
</style>
background-color css
<style>
a { background-color: #CCE908; }
a { background-color: rgb(204,233,8); }
div.DivClassName
{
background-color: #CCE908;
}
.BgClassName
{
background-color: #CCE908;
}
</style>
border-color css
<style>
span { border-color: #CCE908; }
span { border-color: rgb(204,233,8); }
td.TdClassName
{
border-color: #CCE908;
}
.TagClassName
{
border-color: #CCE908;
}
</style>