Shades of Electric Lime #CBEA03
Tints of Electric Lime #CBEA03
RGB
CMYK
RGB Variations
Color information
#CBEA03 (or 0xCBEA03) is known color: Electric Lime. HEX triplet: CB, EA and 03. RGB value is (203,234,3). Sum of RGB (Red+Green+Blue) = 203+234+3=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 3 (1.56% from 255 or 0.68% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA03 is #3415FC. Grayscale: #C7C7C7. Windows color (decimal): -3413501 or 256715. OLE color: 256715.
HSL color Cylindrical-coordinate representation of color #CBEA03: hue angle of 68.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBEA03 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 3 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.08 |
| HSL | 68.05º | 0.97% | 0.46% | - |
| HSV(B) | 68.05º | 0.99% | 0.92% | - |
| XYZ | 54.07 | 71.55 | 11.05 | - |
| YUV | 198.4 | 17.73 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 3 | 0.13 | 0 | 0.99 | 0.08 | 68.05 | 0.97 | 0.46 |
| Hex | CB | EA | 3 | D | 0 | 63 | 8 | 44 | 61 | 2E |
| Octal | 313 | 352 | 3 | 15 | 0 | 143 | 10 | 104 | 141 | 56 |
| Binary | 11001011 | 11101010 | 11 | 1101 | 0 | 1100011 | 1000 | 1000100 | 1100001 | 101110 |
Color Harmonies of #CBEA03
Complementary color
Monochromatic Colors of #CBEA03
Black with #CBEA03
Text Example
Text Example
White with #CBEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEA03; }
p { color: rgb(203,234,3); }
H1.HeaderClassName
{
color: #CBEA03;
}
.AnyTagClassName
{
color: #CBEA03;
}
</style>
background-color css
<style>
a { background-color: #CBEA03; }
a { background-color: rgb(203,234,3); }
div.DivClassName
{
background-color: #CBEA03;
}
.BgClassName
{
background-color: #CBEA03;
}
</style>
border-color css
<style>
span { border-color: #CBEA03; }
span { border-color: rgb(203,234,3); }
td.TdClassName
{
border-color: #CBEA03;
}
.TagClassName
{
border-color: #CBEA03;
}
</style>