Shades of Electric Lime #CCE90B
Tints of Electric Lime #CCE90B
RGB
CMYK
RGB Variations
Color information
#CCE90B (or 0xCCE90B) is known color: Electric Lime. HEX triplet: CC, E9 and 0B. RGB value is (204,233,11). Sum of RGB (Red+Green+Blue) = 204+233+11=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE90B is #3316F4. Grayscale: #C7C7C7. Windows color (decimal): -3348213 or 780748. OLE color: 780748.
HSL color Cylindrical-coordinate representation of color #CCE90B: hue angle of 67.84º degrees, saturation: 0.91, 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 #CCE90B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.09 |
| HSL | 67.84º | 0.91% | 0.48% | - |
| HSV(B) | 67.84º | 0.95% | 0.91% | - |
| XYZ | 54.1 | 71.14 | 11.2 | - |
| YUV | 199.02 | 21.89 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 11 | 0.12 | 0 | 0.95 | 0.09 | 67.84 | 0.91 | 0.48 |
| Hex | CC | E9 | B | C | 0 | 5F | 9 | 44 | 5B | 30 |
| Octal | 314 | 351 | 13 | 14 | 0 | 137 | 11 | 104 | 133 | 60 |
| Binary | 11001100 | 11101001 | 1011 | 1100 | 0 | 1011111 | 1001 | 1000100 | 1011011 | 110000 |
Color Harmonies of #CCE90B
Complementary color
Monochromatic Colors of #CCE90B
Black with #CCE90B
Text Example
Text Example
White with #CCE90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE90B; }
p { color: rgb(204,233,11); }
H1.HeaderClassName
{
color: #CCE90B;
}
.AnyTagClassName
{
color: #CCE90B;
}
</style>
background-color css
<style>
a { background-color: #CCE90B; }
a { background-color: rgb(204,233,11); }
div.DivClassName
{
background-color: #CCE90B;
}
.BgClassName
{
background-color: #CCE90B;
}
</style>
border-color css
<style>
span { border-color: #CCE90B; }
span { border-color: rgb(204,233,11); }
td.TdClassName
{
border-color: #CCE90B;
}
.TagClassName
{
border-color: #CCE90B;
}
</style>