Shades of Electric Lime #CBE606
Tints of Electric Lime #CBE606
RGB
CMYK
RGB Variations
Color information
#CBE606 (or 0xCBE606) is known color: Electric Lime. HEX triplet: CB, E6 and 06. RGB value is (203,230,6). Sum of RGB (Red+Green+Blue) = 203+230+6=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 230 (90.23% from 255 or 52.39% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE606 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE606 is #3419F9. Grayscale: #C5C5C5. Windows color (decimal): -3414522 or 452299. OLE color: 452299.
HSL color Cylindrical-coordinate representation of color #CBE606: hue angle of 67.23º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBE606 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 6 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.10 |
| HSL | 67.23º | 0.95% | 0.46% | - |
| HSV(B) | 67.23º | 0.97% | 0.9% | - |
| XYZ | 52.96 | 69.3 | 10.76 | - |
| YUV | 196.39 | 20.55 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 6 | 0.12 | 0 | 0.97 | 0.10 | 67.23 | 0.95 | 0.46 |
| Hex | CB | E6 | 6 | C | 0 | 61 | A | 43 | 5F | 2E |
| Octal | 313 | 346 | 6 | 14 | 0 | 141 | 12 | 103 | 137 | 56 |
| Binary | 11001011 | 11100110 | 110 | 1100 | 0 | 1100001 | 1010 | 1000011 | 1011111 | 101110 |
Color Harmonies of #CBE606
Complementary color
Monochromatic Colors of #CBE606
Black with #CBE606
Text Example
Text Example
White with #CBE606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE606; }
p { color: rgb(203,230,6); }
H1.HeaderClassName
{
color: #CBE606;
}
.AnyTagClassName
{
color: #CBE606;
}
</style>
background-color css
<style>
a { background-color: #CBE606; }
a { background-color: rgb(203,230,6); }
div.DivClassName
{
background-color: #CBE606;
}
.BgClassName
{
background-color: #CBE606;
}
</style>
border-color css
<style>
span { border-color: #CBE606; }
span { border-color: rgb(203,230,6); }
td.TdClassName
{
border-color: #CBE606;
}
.TagClassName
{
border-color: #CBE606;
}
</style>