Shades of Electric Lime #CCE306
Tints of Electric Lime #CCE306
RGB
CMYK
RGB Variations
Color information
#CCE306 (or 0xCCE306) is known color: Electric Lime. HEX triplet: CC, E3 and 06. RGB value is (204,227,6). Sum of RGB (Red+Green+Blue) = 204+227+6=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 227 (89.06% from 255 or 51.95% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE306 is #331CF9. Grayscale: #C3C3C3. Windows color (decimal): -3349754 or 451532. OLE color: 451532.
HSL color Cylindrical-coordinate representation of color #CCE306: hue angle of 66.24º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCE306 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 6 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.11 |
| HSL | 66.24º | 0.95% | 0.46% | - |
| HSV(B) | 66.24º | 0.97% | 0.89% | - |
| XYZ | 52.4 | 67.79 | 10.49 | - |
| YUV | 194.93 | 21.38 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 6 | 0.10 | 0 | 0.97 | 0.11 | 66.24 | 0.95 | 0.46 |
| Hex | CC | E3 | 6 | A | 0 | 61 | B | 42 | 5F | 2E |
| Octal | 314 | 343 | 6 | 12 | 0 | 141 | 13 | 102 | 137 | 56 |
| Binary | 11001100 | 11100011 | 110 | 1010 | 0 | 1100001 | 1011 | 1000010 | 1011111 | 101110 |
Color Harmonies of #CCE306
Complementary color
Monochromatic Colors of #CCE306
Black with #CCE306
Text Example
Text Example
White with #CCE306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE306; }
p { color: rgb(204,227,6); }
H1.HeaderClassName
{
color: #CCE306;
}
.AnyTagClassName
{
color: #CCE306;
}
</style>
background-color css
<style>
a { background-color: #CCE306; }
a { background-color: rgb(204,227,6); }
div.DivClassName
{
background-color: #CCE306;
}
.BgClassName
{
background-color: #CCE306;
}
</style>
border-color css
<style>
span { border-color: #CCE306; }
span { border-color: rgb(204,227,6); }
td.TdClassName
{
border-color: #CCE306;
}
.TagClassName
{
border-color: #CCE306;
}
</style>