Shades of Electric Lime #CBE100
Tints of Electric Lime #CBE100
RGB
CMYK
RGB Variations
Color information
#CBE100 (or 0xCBE100) is known color: Electric Lime. HEX triplet: CB, E1 and 00. RGB value is (203,225,0). Sum of RGB (Red+Green+Blue) = 203+225+0=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE100 is #341EFF. Grayscale: #C1C1C1. Windows color (decimal): -3415808 or 57803. OLE color: 57803.
HSL color Cylindrical-coordinate representation of color #CBE100: hue angle of 65.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBE100 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.12 |
| HSL | 65.87º | 1% | 0.44% | - |
| HSV(B) | 65.87º | 1% | 0.88% | - |
| XYZ | 51.55 | 66.55 | 10.13 | - |
| YUV | 192.77 | 19.21 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 0 | 0.10 | 0 | 1 | 0.12 | 65.87 | 1 | 0.44 |
| Hex | CB | E1 | 0 | A | 0 | 64 | C | 42 | 64 | 2C |
| Octal | 313 | 341 | 0 | 12 | 0 | 144 | 14 | 102 | 144 | 54 |
| Binary | 11001011 | 11100001 | 0 | 1010 | 0 | 1100100 | 1100 | 1000010 | 1100100 | 101100 |
Color Harmonies of #CBE100
Complementary color
Monochromatic Colors of #CBE100
Black with #CBE100
Text Example
Text Example
White with #CBE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE100; }
p { color: rgb(203,225,0); }
H1.HeaderClassName
{
color: #CBE100;
}
.AnyTagClassName
{
color: #CBE100;
}
</style>
background-color css
<style>
a { background-color: #CBE100; }
a { background-color: rgb(203,225,0); }
div.DivClassName
{
background-color: #CBE100;
}
.BgClassName
{
background-color: #CBE100;
}
</style>
border-color css
<style>
span { border-color: #CBE100; }
span { border-color: rgb(203,225,0); }
td.TdClassName
{
border-color: #CBE100;
}
.TagClassName
{
border-color: #CBE100;
}
</style>