Shades of Electric Lime #CBED11
Tints of Electric Lime #CBED11
RGB
CMYK
RGB Variations
Color information
#CBED11 (or 0xCBED11) is known color: Electric Lime. HEX triplet: CB, ED and 11. RGB value is (203,237,17). Sum of RGB (Red+Green+Blue) = 203+237+17=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBED11 is #3412EE. Grayscale: #CACACA. Windows color (decimal): -3412719 or 1174987. OLE color: 1174987.
HSL color Cylindrical-coordinate representation of color #CBED11: hue angle of 69.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBED11 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 17 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.07 |
| HSL | 69.27º | 0.87% | 0.5% | - |
| HSV(B) | 69.27º | 0.93% | 0.93% | - |
| XYZ | 55.01 | 73.31 | 11.78 | - |
| YUV | 201.75 | 23.74 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 17 | 0.14 | 0 | 0.93 | 0.07 | 69.27 | 0.87 | 0.5 |
| Hex | CB | ED | 11 | E | 0 | 5D | 7 | 45 | 57 | 32 |
| Octal | 313 | 355 | 21 | 16 | 0 | 135 | 7 | 105 | 127 | 62 |
| Binary | 11001011 | 11101101 | 10001 | 1110 | 0 | 1011101 | 111 | 1000101 | 1010111 | 110010 |
Color Harmonies of #CBED11
Complementary color
Monochromatic Colors of #CBED11
Black with #CBED11
Text Example
Text Example
White with #CBED11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED11; }
p { color: rgb(203,237,17); }
H1.HeaderClassName
{
color: #CBED11;
}
.AnyTagClassName
{
color: #CBED11;
}
</style>
background-color css
<style>
a { background-color: #CBED11; }
a { background-color: rgb(203,237,17); }
div.DivClassName
{
background-color: #CBED11;
}
.BgClassName
{
background-color: #CBED11;
}
</style>
border-color css
<style>
span { border-color: #CBED11; }
span { border-color: rgb(203,237,17); }
td.TdClassName
{
border-color: #CBED11;
}
.TagClassName
{
border-color: #CBED11;
}
</style>