Shades of Electric Lime #CCEA0B
Tints of Electric Lime #CCEA0B
RGB
CMYK
RGB Variations
Color information
#CCEA0B (or 0xCCEA0B) is known color: Electric Lime. HEX triplet: CC, EA and 0B. RGB value is (204,234,11). Sum of RGB (Red+Green+Blue) = 204+234+11=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA0B is #3315F4. Grayscale: #C8C8C8. Windows color (decimal): -3347957 or 781004. OLE color: 781004.
HSL color Cylindrical-coordinate representation of color #CCEA0B: hue angle of 68.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCEA0B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 11 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.08 |
| HSL | 68.07º | 0.91% | 0.48% | - |
| HSV(B) | 68.07º | 0.95% | 0.92% | - |
| XYZ | 54.39 | 71.71 | 11.29 | - |
| YUV | 199.61 | 21.56 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 11 | 0.13 | 0 | 0.95 | 0.08 | 68.07 | 0.91 | 0.48 |
| Hex | CC | EA | B | D | 0 | 5F | 8 | 44 | 5B | 30 |
| Octal | 314 | 352 | 13 | 15 | 0 | 137 | 10 | 104 | 133 | 60 |
| Binary | 11001100 | 11101010 | 1011 | 1101 | 0 | 1011111 | 1000 | 1000100 | 1011011 | 110000 |
Color Harmonies of #CCEA0B
Complementary color
Monochromatic Colors of #CCEA0B
Black with #CCEA0B
Text Example
Text Example
White with #CCEA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA0B; }
p { color: rgb(204,234,11); }
H1.HeaderClassName
{
color: #CCEA0B;
}
.AnyTagClassName
{
color: #CCEA0B;
}
</style>
background-color css
<style>
a { background-color: #CCEA0B; }
a { background-color: rgb(204,234,11); }
div.DivClassName
{
background-color: #CCEA0B;
}
.BgClassName
{
background-color: #CCEA0B;
}
</style>
border-color css
<style>
span { border-color: #CCEA0B; }
span { border-color: rgb(204,234,11); }
td.TdClassName
{
border-color: #CCEA0B;
}
.TagClassName
{
border-color: #CCEA0B;
}
</style>