Shades of Electric Lime #CBE801
Tints of Electric Lime #CBE801
RGB
CMYK
RGB Variations
Color information
#CBE801 (or 0xCBE801) is known color: Electric Lime. HEX triplet: CB, E8 and 01. RGB value is (203,232,1). Sum of RGB (Red+Green+Blue) = 203+232+1=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE801 is #3417FE. Grayscale: #C5C5C5. Windows color (decimal): -3414015 or 125131. OLE color: 125131.
HSL color Cylindrical-coordinate representation of color #CBE801: hue angle of 67.53º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBE801 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.09 |
| HSL | 67.53º | 0.99% | 0.46% | - |
| HSV(B) | 67.53º | 1% | 0.91% | - |
| XYZ | 53.49 | 70.41 | 10.8 | - |
| YUV | 197 | 17.39 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 1 | 0.12 | 0 | 1.00 | 0.09 | 67.53 | 0.99 | 0.46 |
| Hex | CB | E8 | 1 | C | 0 | 64 | 9 | 44 | 63 | 2E |
| Octal | 313 | 350 | 1 | 14 | 0 | 144 | 11 | 104 | 143 | 56 |
| Binary | 11001011 | 11101000 | 1 | 1100 | 0 | 1100100 | 1001 | 1000100 | 1100011 | 101110 |
Color Harmonies of #CBE801
Complementary color
Monochromatic Colors of #CBE801
Black with #CBE801
Text Example
Text Example
White with #CBE801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE801; }
p { color: rgb(203,232,1); }
H1.HeaderClassName
{
color: #CBE801;
}
.AnyTagClassName
{
color: #CBE801;
}
</style>
background-color css
<style>
a { background-color: #CBE801; }
a { background-color: rgb(203,232,1); }
div.DivClassName
{
background-color: #CBE801;
}
.BgClassName
{
background-color: #CBE801;
}
</style>
border-color css
<style>
span { border-color: #CBE801; }
span { border-color: rgb(203,232,1); }
td.TdClassName
{
border-color: #CBE801;
}
.TagClassName
{
border-color: #CBE801;
}
</style>