Shades of Electric Lime #CBED03
Tints of Electric Lime #CBED03
RGB
CMYK
RGB Variations
Color information
#CBED03 (or 0xCBED03) is known color: Electric Lime. HEX triplet: CB, ED and 03. RGB value is (203,237,3). Sum of RGB (Red+Green+Blue) = 203+237+3=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBED03 is #3412FC. Grayscale: #C9C9C9. Windows color (decimal): -3412733 or 257483. OLE color: 257483.
HSL color Cylindrical-coordinate representation of color #CBED03: hue angle of 68.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBED03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.07 |
| HSL | 68.72º | 0.98% | 0.47% | - |
| HSV(B) | 68.72º | 0.99% | 0.93% | - |
| XYZ | 54.93 | 73.27 | 11.33 | - |
| YUV | 200.16 | 16.74 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 3 | 0.14 | 0 | 0.99 | 0.07 | 68.72 | 0.98 | 0.47 |
| Hex | CB | ED | 3 | E | 0 | 63 | 7 | 45 | 62 | 2F |
| Octal | 313 | 355 | 3 | 16 | 0 | 143 | 7 | 105 | 142 | 57 |
| Binary | 11001011 | 11101101 | 11 | 1110 | 0 | 1100011 | 111 | 1000101 | 1100010 | 101111 |
Color Harmonies of #CBED03
Complementary color
Monochromatic Colors of #CBED03
Black with #CBED03
Text Example
Text Example
White with #CBED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED03; }
p { color: rgb(203,237,3); }
H1.HeaderClassName
{
color: #CBED03;
}
.AnyTagClassName
{
color: #CBED03;
}
</style>
background-color css
<style>
a { background-color: #CBED03; }
a { background-color: rgb(203,237,3); }
div.DivClassName
{
background-color: #CBED03;
}
.BgClassName
{
background-color: #CBED03;
}
</style>
border-color css
<style>
span { border-color: #CBED03; }
span { border-color: rgb(203,237,3); }
td.TdClassName
{
border-color: #CBED03;
}
.TagClassName
{
border-color: #CBED03;
}
</style>