Shades of Electric Lime #CCE70C
Tints of Electric Lime #CCE70C
RGB
CMYK
RGB Variations
Color information
#CCE70C (or 0xCCE70C) is known color: Electric Lime. HEX triplet: CC, E7 and 0C. RGB value is (204,231,12). Sum of RGB (Red+Green+Blue) = 204+231+12=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE70C is #3318F3. Grayscale: #C6C6C6. Windows color (decimal): -3348724 or 845772. OLE color: 845772.
HSL color Cylindrical-coordinate representation of color #CCE70C: hue angle of 67.4º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCE70C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.09 |
| HSL | 67.4º | 0.9% | 0.48% | - |
| HSV(B) | 67.4º | 0.95% | 0.91% | - |
| XYZ | 53.54 | 70.02 | 11.04 | - |
| YUV | 197.96 | 23.05 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 12 | 0.12 | 0 | 0.95 | 0.09 | 67.4 | 0.9 | 0.48 |
| Hex | CC | E7 | C | C | 0 | 5F | 9 | 43 | 5A | 30 |
| Octal | 314 | 347 | 14 | 14 | 0 | 137 | 11 | 103 | 132 | 60 |
| Binary | 11001100 | 11100111 | 1100 | 1100 | 0 | 1011111 | 1001 | 1000011 | 1011010 | 110000 |
Color Harmonies of #CCE70C
Complementary color
Monochromatic Colors of #CCE70C
Black with #CCE70C
Text Example
Text Example
White with #CCE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE70C; }
p { color: rgb(204,231,12); }
H1.HeaderClassName
{
color: #CCE70C;
}
.AnyTagClassName
{
color: #CCE70C;
}
</style>
background-color css
<style>
a { background-color: #CCE70C; }
a { background-color: rgb(204,231,12); }
div.DivClassName
{
background-color: #CCE70C;
}
.BgClassName
{
background-color: #CCE70C;
}
</style>
border-color css
<style>
span { border-color: #CCE70C; }
span { border-color: rgb(204,231,12); }
td.TdClassName
{
border-color: #CCE70C;
}
.TagClassName
{
border-color: #CCE70C;
}
</style>