Shades of Electric Lime #CBE603
Tints of Electric Lime #CBE603
RGB
CMYK
RGB Variations
Color information
#CBE603 (or 0xCBE603) is known color: Electric Lime. HEX triplet: CB, E6 and 03. RGB value is (203,230,3). Sum of RGB (Red+Green+Blue) = 203+230+3=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 230 (90.23% from 255 or 52.75% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE603 is #3419FC. Grayscale: #C4C4C4. Windows color (decimal): -3414525 or 255691. OLE color: 255691.
HSL color Cylindrical-coordinate representation of color #CBE603: hue angle of 67.14º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBE603 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.10 |
| HSL | 67.14º | 0.97% | 0.46% | - |
| HSV(B) | 67.14º | 0.99% | 0.9% | - |
| XYZ | 52.94 | 69.3 | 10.67 | - |
| YUV | 196.05 | 19.05 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 3 | 0.12 | 0 | 0.99 | 0.10 | 67.14 | 0.97 | 0.46 |
| Hex | CB | E6 | 3 | C | 0 | 63 | A | 43 | 61 | 2E |
| Octal | 313 | 346 | 3 | 14 | 0 | 143 | 12 | 103 | 141 | 56 |
| Binary | 11001011 | 11100110 | 11 | 1100 | 0 | 1100011 | 1010 | 1000011 | 1100001 | 101110 |
Color Harmonies of #CBE603
Complementary color
Monochromatic Colors of #CBE603
Black with #CBE603
Text Example
Text Example
White with #CBE603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE603; }
p { color: rgb(203,230,3); }
H1.HeaderClassName
{
color: #CBE603;
}
.AnyTagClassName
{
color: #CBE603;
}
</style>
background-color css
<style>
a { background-color: #CBE603; }
a { background-color: rgb(203,230,3); }
div.DivClassName
{
background-color: #CBE603;
}
.BgClassName
{
background-color: #CBE603;
}
</style>
border-color css
<style>
span { border-color: #CBE603; }
span { border-color: rgb(203,230,3); }
td.TdClassName
{
border-color: #CBE603;
}
.TagClassName
{
border-color: #CBE603;
}
</style>