Shades of Electric Lime #CCE208
Tints of Electric Lime #CCE208
RGB
CMYK
RGB Variations
Color information
#CCE208 (or 0xCCE208) is known color: Electric Lime. HEX triplet: CC, E2 and 08. RGB value is (204,226,8). Sum of RGB (Red+Green+Blue) = 204+226+8=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 226 (88.67% from 255 or 51.60% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE208 is #331DF7. Grayscale: #C3C3C3. Windows color (decimal): -3350008 or 582348. OLE color: 582348.
HSL color Cylindrical-coordinate representation of color #CCE208: hue angle of 66.06º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCE208 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 8 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.11 |
| HSL | 66.06º | 0.93% | 0.46% | - |
| HSV(B) | 66.06º | 0.96% | 0.89% | - |
| XYZ | 52.14 | 67.25 | 10.46 | - |
| YUV | 194.57 | 22.71 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 8 | 0.10 | 0 | 0.96 | 0.11 | 66.06 | 0.93 | 0.46 |
| Hex | CC | E2 | 8 | A | 0 | 60 | B | 42 | 5D | 2E |
| Octal | 314 | 342 | 10 | 12 | 0 | 140 | 13 | 102 | 135 | 56 |
| Binary | 11001100 | 11100010 | 1000 | 1010 | 0 | 1100000 | 1011 | 1000010 | 1011101 | 101110 |
Color Harmonies of #CCE208
Complementary color
Monochromatic Colors of #CCE208
Black with #CCE208
Text Example
Text Example
White with #CCE208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE208; }
p { color: rgb(204,226,8); }
H1.HeaderClassName
{
color: #CCE208;
}
.AnyTagClassName
{
color: #CCE208;
}
</style>
background-color css
<style>
a { background-color: #CCE208; }
a { background-color: rgb(204,226,8); }
div.DivClassName
{
background-color: #CCE208;
}
.BgClassName
{
background-color: #CCE208;
}
</style>
border-color css
<style>
span { border-color: #CCE208; }
span { border-color: rgb(204,226,8); }
td.TdClassName
{
border-color: #CCE208;
}
.TagClassName
{
border-color: #CCE208;
}
</style>