Shades of Electric Lime #CCE30A
Tints of Electric Lime #CCE30A
RGB
CMYK
RGB Variations
Color information
#CCE30A (or 0xCCE30A) is known color: Electric Lime. HEX triplet: CC, E3 and 0A. RGB value is (204,227,10). Sum of RGB (Red+Green+Blue) = 204+227+10=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE30A is #331CF5. Grayscale: #C4C4C4. Windows color (decimal): -3349750 or 713676. OLE color: 713676.
HSL color Cylindrical-coordinate representation of color #CCE30A: hue angle of 66.36º degrees, saturation: 0.92, 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 #CCE30A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 10 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.11 |
| HSL | 66.36º | 0.92% | 0.46% | - |
| HSV(B) | 66.36º | 0.96% | 0.89% | - |
| XYZ | 52.43 | 67.8 | 10.61 | - |
| YUV | 195.39 | 23.38 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 10 | 0.10 | 0 | 0.96 | 0.11 | 66.36 | 0.92 | 0.46 |
| Hex | CC | E3 | A | A | 0 | 60 | B | 42 | 5C | 2E |
| Octal | 314 | 343 | 12 | 12 | 0 | 140 | 13 | 102 | 134 | 56 |
| Binary | 11001100 | 11100011 | 1010 | 1010 | 0 | 1100000 | 1011 | 1000010 | 1011100 | 101110 |
Color Harmonies of #CCE30A
Complementary color
Monochromatic Colors of #CCE30A
Black with #CCE30A
Text Example
Text Example
White with #CCE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE30A; }
p { color: rgb(204,227,10); }
H1.HeaderClassName
{
color: #CCE30A;
}
.AnyTagClassName
{
color: #CCE30A;
}
</style>
background-color css
<style>
a { background-color: #CCE30A; }
a { background-color: rgb(204,227,10); }
div.DivClassName
{
background-color: #CCE30A;
}
.BgClassName
{
background-color: #CCE30A;
}
</style>
border-color css
<style>
span { border-color: #CCE30A; }
span { border-color: rgb(204,227,10); }
td.TdClassName
{
border-color: #CCE30A;
}
.TagClassName
{
border-color: #CCE30A;
}
</style>