Shades of Electric Lime #CCF30E
Tints of Electric Lime #CCF30E
RGB
CMYK
RGB Variations
Color information
#CCF30E (or 0xCCF30E) is known color: Electric Lime. HEX triplet: CC, F3 and 0E. RGB value is (204,243,14). Sum of RGB (Red+Green+Blue) = 204+243+14=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 243 (95.31% from 255 or 52.71% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF30E is #330CF1. Grayscale: #CECECE. Windows color (decimal): -3345650 or 979916. OLE color: 979916.
HSL color Cylindrical-coordinate representation of color #CCF30E: hue angle of 70.22º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCF30E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.05 |
| HSL | 70.22º | 0.91% | 0.5% | - |
| HSV(B) | 70.22º | 0.94% | 0.95% | - |
| XYZ | 57.03 | 76.97 | 12.27 | - |
| YUV | 205.23 | 20.08 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 14 | 0.16 | 0 | 0.94 | 0.05 | 70.22 | 0.91 | 0.5 |
| Hex | CC | F3 | E | 10 | 0 | 5E | 5 | 46 | 5B | 32 |
| Octal | 314 | 363 | 16 | 20 | 0 | 136 | 5 | 106 | 133 | 62 |
| Binary | 11001100 | 11110011 | 1110 | 10000 | 0 | 1011110 | 101 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CCF30E
Complementary color
Monochromatic Colors of #CCF30E
Black with #CCF30E
Text Example
Text Example
White with #CCF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF30E; }
p { color: rgb(204,243,14); }
H1.HeaderClassName
{
color: #CCF30E;
}
.AnyTagClassName
{
color: #CCF30E;
}
</style>
background-color css
<style>
a { background-color: #CCF30E; }
a { background-color: rgb(204,243,14); }
div.DivClassName
{
background-color: #CCF30E;
}
.BgClassName
{
background-color: #CCF30E;
}
</style>
border-color css
<style>
span { border-color: #CCF30E; }
span { border-color: rgb(204,243,14); }
td.TdClassName
{
border-color: #CCF30E;
}
.TagClassName
{
border-color: #CCF30E;
}
</style>