Shades of Electric Lime #CBE803
Tints of Electric Lime #CBE803
RGB
CMYK
RGB Variations
Color information
#CBE803 (or 0xCBE803) is known color: Electric Lime. HEX triplet: CB, E8 and 03. RGB value is (203,232,3). Sum of RGB (Red+Green+Blue) = 203+232+3=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 232 (91.02% from 255 or 52.97% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE803 is #3417FC. Grayscale: #C6C6C6. Windows color (decimal): -3414013 or 256203. OLE color: 256203.
HSL color Cylindrical-coordinate representation of color #CBE803: hue angle of 67.6º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBE803 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.09 |
| HSL | 67.6º | 0.97% | 0.46% | - |
| HSV(B) | 67.6º | 0.99% | 0.91% | - |
| XYZ | 53.5 | 70.42 | 10.86 | - |
| YUV | 197.22 | 18.39 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 3 | 0.12 | 0 | 0.99 | 0.09 | 67.6 | 0.97 | 0.46 |
| Hex | CB | E8 | 3 | C | 0 | 63 | 9 | 44 | 61 | 2E |
| Octal | 313 | 350 | 3 | 14 | 0 | 143 | 11 | 104 | 141 | 56 |
| Binary | 11001011 | 11101000 | 11 | 1100 | 0 | 1100011 | 1001 | 1000100 | 1100001 | 101110 |
Color Harmonies of #CBE803
Complementary color
Monochromatic Colors of #CBE803
Black with #CBE803
Text Example
Text Example
White with #CBE803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE803; }
p { color: rgb(203,232,3); }
H1.HeaderClassName
{
color: #CBE803;
}
.AnyTagClassName
{
color: #CBE803;
}
</style>
background-color css
<style>
a { background-color: #CBE803; }
a { background-color: rgb(203,232,3); }
div.DivClassName
{
background-color: #CBE803;
}
.BgClassName
{
background-color: #CBE803;
}
</style>
border-color css
<style>
span { border-color: #CBE803; }
span { border-color: rgb(203,232,3); }
td.TdClassName
{
border-color: #CBE803;
}
.TagClassName
{
border-color: #CBE803;
}
</style>