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