Shades of Electric Lime #CCEE0C
Tints of Electric Lime #CCEE0C
RGB
CMYK
RGB Variations
Color information
#CCEE0C (or 0xCCEE0C) is known color: Electric Lime. HEX triplet: CC, EE and 0C. RGB value is (204,238,12). Sum of RGB (Red+Green+Blue) = 204+238+12=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEE0C is #3311F3. Grayscale: #CACACA. Windows color (decimal): -3346932 or 847564. OLE color: 847564.
HSL color Cylindrical-coordinate representation of color #CCEE0C: hue angle of 69.03º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCEE0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.07 |
| HSL | 69.03º | 0.9% | 0.49% | - |
| HSV(B) | 69.03º | 0.95% | 0.93% | - |
| XYZ | 55.54 | 74.01 | 11.71 | - |
| YUV | 202.07 | 20.74 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 12 | 0.14 | 0 | 0.95 | 0.07 | 69.03 | 0.9 | 0.49 |
| Hex | CC | EE | C | E | 0 | 5F | 7 | 45 | 5A | 31 |
| Octal | 314 | 356 | 14 | 16 | 0 | 137 | 7 | 105 | 132 | 61 |
| Binary | 11001100 | 11101110 | 1100 | 1110 | 0 | 1011111 | 111 | 1000101 | 1011010 | 110001 |
Color Harmonies of #CCEE0C
Complementary color
Monochromatic Colors of #CCEE0C
Black with #CCEE0C
Text Example
Text Example
White with #CCEE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE0C; }
p { color: rgb(204,238,12); }
H1.HeaderClassName
{
color: #CCEE0C;
}
.AnyTagClassName
{
color: #CCEE0C;
}
</style>
background-color css
<style>
a { background-color: #CCEE0C; }
a { background-color: rgb(204,238,12); }
div.DivClassName
{
background-color: #CCEE0C;
}
.BgClassName
{
background-color: #CCEE0C;
}
</style>
border-color css
<style>
span { border-color: #CCEE0C; }
span { border-color: rgb(204,238,12); }
td.TdClassName
{
border-color: #CCEE0C;
}
.TagClassName
{
border-color: #CCEE0C;
}
</style>