Shades of Electric Lime #CCEE17
Tints of Electric Lime #CCEE17
RGB
CMYK
RGB Variations
Color information
#CCEE17 (or 0xCCEE17) is known color: Electric Lime. HEX triplet: CC, EE and 17. RGB value is (204,238,23). Sum of RGB (Red+Green+Blue) = 204+238+23=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 23 (9.38% from 255 or 4.95% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEE17 is #3311E8. Grayscale: #CCCCCC. Windows color (decimal): -3346921 or 1568460. OLE color: 1568460.
HSL color Cylindrical-coordinate representation of color #CCEE17: hue angle of 69.49º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCEE17 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 23 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.07 |
| HSL | 69.49º | 0.86% | 0.51% | - |
| HSV(B) | 69.49º | 0.9% | 0.93% | - |
| XYZ | 55.63 | 74.05 | 12.17 | - |
| YUV | 203.32 | 26.24 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 23 | 0.14 | 0 | 0.90 | 0.07 | 69.49 | 0.86 | 0.51 |
| Hex | CC | EE | 17 | E | 0 | 5A | 7 | 45 | 56 | 33 |
| Octal | 314 | 356 | 27 | 16 | 0 | 132 | 7 | 105 | 126 | 63 |
| Binary | 11001100 | 11101110 | 10111 | 1110 | 0 | 1011010 | 111 | 1000101 | 1010110 | 110011 |
Color Harmonies of #CCEE17
Complementary color
Monochromatic Colors of #CCEE17
Black with #CCEE17
Text Example
Text Example
White with #CCEE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE17; }
p { color: rgb(204,238,23); }
H1.HeaderClassName
{
color: #CCEE17;
}
.AnyTagClassName
{
color: #CCEE17;
}
</style>
background-color css
<style>
a { background-color: #CCEE17; }
a { background-color: rgb(204,238,23); }
div.DivClassName
{
background-color: #CCEE17;
}
.BgClassName
{
background-color: #CCEE17;
}
</style>
border-color css
<style>
span { border-color: #CCEE17; }
span { border-color: rgb(204,238,23); }
td.TdClassName
{
border-color: #CCEE17;
}
.TagClassName
{
border-color: #CCEE17;
}
</style>