Shades of Electric Lime #CBE003
Tints of Electric Lime #CBE003
RGB
CMYK
RGB Variations
Color information
#CBE003 (or 0xCBE003) is known color: Electric Lime. HEX triplet: CB, E0 and 03. RGB value is (203,224,3). Sum of RGB (Red+Green+Blue) = 203+224+3=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE003 is #341FFC. Grayscale: #C1C1C1. Windows color (decimal): -3416061 or 254155. OLE color: 254155.
HSL color Cylindrical-coordinate representation of color #CBE003: hue angle of 65.7º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBE003 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 3 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.12 |
| HSL | 65.7º | 0.97% | 0.45% | - |
| HSV(B) | 65.7º | 0.99% | 0.88% | - |
| XYZ | 51.3 | 66.01 | 10.12 | - |
| YUV | 192.53 | 21.04 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 3 | 0.09 | 0 | 0.99 | 0.12 | 65.7 | 0.97 | 0.45 |
| Hex | CB | E0 | 3 | 9 | 0 | 63 | C | 42 | 61 | 2D |
| Octal | 313 | 340 | 3 | 11 | 0 | 143 | 14 | 102 | 141 | 55 |
| Binary | 11001011 | 11100000 | 11 | 1001 | 0 | 1100011 | 1100 | 1000010 | 1100001 | 101101 |
Color Harmonies of #CBE003
Complementary color
Monochromatic Colors of #CBE003
Black with #CBE003
Text Example
Text Example
White with #CBE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE003; }
p { color: rgb(203,224,3); }
H1.HeaderClassName
{
color: #CBE003;
}
.AnyTagClassName
{
color: #CBE003;
}
</style>
background-color css
<style>
a { background-color: #CBE003; }
a { background-color: rgb(203,224,3); }
div.DivClassName
{
background-color: #CBE003;
}
.BgClassName
{
background-color: #CBE003;
}
</style>
border-color css
<style>
span { border-color: #CBE003; }
span { border-color: rgb(203,224,3); }
td.TdClassName
{
border-color: #CBE003;
}
.TagClassName
{
border-color: #CBE003;
}
</style>