Shades of Electric Lime #CBE205
Tints of Electric Lime #CBE205
RGB
CMYK
RGB Variations
Color information
#CBE205 (or 0xCBE205) is known color: Electric Lime. HEX triplet: CB, E2 and 05. RGB value is (203,226,5). Sum of RGB (Red+Green+Blue) = 203+226+5=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE205 is #341DFA. Grayscale: #C2C2C2. Windows color (decimal): -3415547 or 385739. OLE color: 385739.
HSL color Cylindrical-coordinate representation of color #CBE205: hue angle of 66.24º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBE205 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 5 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.11 |
| HSL | 66.24º | 0.96% | 0.45% | - |
| HSV(B) | 66.24º | 0.98% | 0.89% | - |
| XYZ | 51.85 | 67.1 | 10.36 | - |
| YUV | 193.93 | 21.38 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 5 | 0.10 | 0 | 0.98 | 0.11 | 66.24 | 0.96 | 0.45 |
| Hex | CB | E2 | 5 | A | 0 | 62 | B | 42 | 60 | 2D |
| Octal | 313 | 342 | 5 | 12 | 0 | 142 | 13 | 102 | 140 | 55 |
| Binary | 11001011 | 11100010 | 101 | 1010 | 0 | 1100010 | 1011 | 1000010 | 1100000 | 101101 |
Color Harmonies of #CBE205
Complementary color
Monochromatic Colors of #CBE205
Black with #CBE205
Text Example
Text Example
White with #CBE205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE205; }
p { color: rgb(203,226,5); }
H1.HeaderClassName
{
color: #CBE205;
}
.AnyTagClassName
{
color: #CBE205;
}
</style>
background-color css
<style>
a { background-color: #CBE205; }
a { background-color: rgb(203,226,5); }
div.DivClassName
{
background-color: #CBE205;
}
.BgClassName
{
background-color: #CBE205;
}
</style>
border-color css
<style>
span { border-color: #CBE205; }
span { border-color: rgb(203,226,5); }
td.TdClassName
{
border-color: #CBE205;
}
.TagClassName
{
border-color: #CBE205;
}
</style>