Shades of Electric Lime #CCE60B
Tints of Electric Lime #CCE60B
RGB
CMYK
RGB Variations
Color information
#CCE60B (or 0xCCE60B) is known color: Electric Lime. HEX triplet: CC, E6 and 0B. RGB value is (204,230,11). Sum of RGB (Red+Green+Blue) = 204+230+11=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 230 (90.23% from 255 or 51.69% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE60B is #3319F4. Grayscale: #C6C6C6. Windows color (decimal): -3348981 or 779980. OLE color: 779980.
HSL color Cylindrical-coordinate representation of color #CCE60B: hue angle of 67.12º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCE60B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.10 |
| HSL | 67.12º | 0.91% | 0.47% | - |
| HSV(B) | 67.12º | 0.95% | 0.9% | - |
| XYZ | 53.26 | 69.46 | 10.92 | - |
| YUV | 197.26 | 22.89 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 11 | 0.11 | 0 | 0.95 | 0.10 | 67.12 | 0.91 | 0.47 |
| Hex | CC | E6 | B | B | 0 | 5F | A | 43 | 5B | 2F |
| Octal | 314 | 346 | 13 | 13 | 0 | 137 | 12 | 103 | 133 | 57 |
| Binary | 11001100 | 11100110 | 1011 | 1011 | 0 | 1011111 | 1010 | 1000011 | 1011011 | 101111 |
Color Harmonies of #CCE60B
Complementary color
Monochromatic Colors of #CCE60B
Black with #CCE60B
Text Example
Text Example
White with #CCE60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE60B; }
p { color: rgb(204,230,11); }
H1.HeaderClassName
{
color: #CCE60B;
}
.AnyTagClassName
{
color: #CCE60B;
}
</style>
background-color css
<style>
a { background-color: #CCE60B; }
a { background-color: rgb(204,230,11); }
div.DivClassName
{
background-color: #CCE60B;
}
.BgClassName
{
background-color: #CCE60B;
}
</style>
border-color css
<style>
span { border-color: #CCE60B; }
span { border-color: rgb(204,230,11); }
td.TdClassName
{
border-color: #CCE60B;
}
.TagClassName
{
border-color: #CCE60B;
}
</style>