Shades of Electric Lime #CCE70F
Tints of Electric Lime #CCE70F
RGB
CMYK
RGB Variations
Color information
#CCE70F (or 0xCCE70F) is known color: Electric Lime. HEX triplet: CC, E7 and 0F. RGB value is (204,231,15). Sum of RGB (Red+Green+Blue) = 204+231+15=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE70F is #3318F0. Grayscale: #C7C7C7. Windows color (decimal): -3348721 or 1042380. OLE color: 1042380.
HSL color Cylindrical-coordinate representation of color #CCE70F: hue angle of 67.5º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCE70F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 15 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.09 |
| HSL | 67.5º | 0.88% | 0.48% | - |
| HSV(B) | 67.5º | 0.94% | 0.91% | - |
| XYZ | 53.56 | 70.02 | 11.14 | - |
| YUV | 198.3 | 24.55 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 15 | 0.12 | 0 | 0.94 | 0.09 | 67.5 | 0.88 | 0.48 |
| Hex | CC | E7 | F | C | 0 | 5E | 9 | 44 | 58 | 30 |
| Octal | 314 | 347 | 17 | 14 | 0 | 136 | 11 | 104 | 130 | 60 |
| Binary | 11001100 | 11100111 | 1111 | 1100 | 0 | 1011110 | 1001 | 1000100 | 1011000 | 110000 |
Color Harmonies of #CCE70F
Complementary color
Monochromatic Colors of #CCE70F
Black with #CCE70F
Text Example
Text Example
White with #CCE70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE70F; }
p { color: rgb(204,231,15); }
H1.HeaderClassName
{
color: #CCE70F;
}
.AnyTagClassName
{
color: #CCE70F;
}
</style>
background-color css
<style>
a { background-color: #CCE70F; }
a { background-color: rgb(204,231,15); }
div.DivClassName
{
background-color: #CCE70F;
}
.BgClassName
{
background-color: #CCE70F;
}
</style>
border-color css
<style>
span { border-color: #CCE70F; }
span { border-color: rgb(204,231,15); }
td.TdClassName
{
border-color: #CCE70F;
}
.TagClassName
{
border-color: #CCE70F;
}
</style>