Shades of Electric Lime #CCE90C
Tints of Electric Lime #CCE90C
RGB
CMYK
RGB Variations
Color information
#CCE90C (or 0xCCE90C) is known color: Electric Lime. HEX triplet: CC, E9 and 0C. RGB value is (204,233,12). Sum of RGB (Red+Green+Blue) = 204+233+12=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 233 (91.41% from 255 or 51.89% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE90C is #3316F3. Grayscale: #C7C7C7. Windows color (decimal): -3348212 or 846284. OLE color: 846284.
HSL color Cylindrical-coordinate representation of color #CCE90C: hue angle of 67.87º 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 #CCE90C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.09 |
| HSL | 67.87º | 0.9% | 0.48% | - |
| HSV(B) | 67.87º | 0.95% | 0.91% | - |
| XYZ | 54.11 | 71.14 | 11.23 | - |
| YUV | 199.14 | 22.39 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 12 | 0.12 | 0 | 0.95 | 0.09 | 67.87 | 0.9 | 0.48 |
| Hex | CC | E9 | C | C | 0 | 5F | 9 | 44 | 5A | 30 |
| Octal | 314 | 351 | 14 | 14 | 0 | 137 | 11 | 104 | 132 | 60 |
| Binary | 11001100 | 11101001 | 1100 | 1100 | 0 | 1011111 | 1001 | 1000100 | 1011010 | 110000 |
Color Harmonies of #CCE90C
Complementary color
Monochromatic Colors of #CCE90C
Black with #CCE90C
Text Example
Text Example
White with #CCE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE90C; }
p { color: rgb(204,233,12); }
H1.HeaderClassName
{
color: #CCE90C;
}
.AnyTagClassName
{
color: #CCE90C;
}
</style>
background-color css
<style>
a { background-color: #CCE90C; }
a { background-color: rgb(204,233,12); }
div.DivClassName
{
background-color: #CCE90C;
}
.BgClassName
{
background-color: #CCE90C;
}
</style>
border-color css
<style>
span { border-color: #CCE90C; }
span { border-color: rgb(204,233,12); }
td.TdClassName
{
border-color: #CCE90C;
}
.TagClassName
{
border-color: #CCE90C;
}
</style>