Shades of Electric Lime #CBE810
Tints of Electric Lime #CBE810
RGB
CMYK
RGB Variations
Color information
#CBE810 (or 0xCBE810) is known color: Electric Lime. HEX triplet: CB, E8 and 10. RGB value is (203,232,16). Sum of RGB (Red+Green+Blue) = 203+232+16=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 232 (91.02% from 255 or 51.44% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE810 is #3417EF. Grayscale: #C7C7C7. Windows color (decimal): -3414000 or 1108171. OLE color: 1108171.
HSL color Cylindrical-coordinate representation of color #CBE810: hue angle of 68.06º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBE810 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.09 |
| HSL | 68.06º | 0.87% | 0.49% | - |
| HSV(B) | 68.06º | 0.93% | 0.91% | - |
| XYZ | 53.58 | 70.45 | 11.26 | - |
| YUV | 198.71 | 24.89 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 16 | 0.12 | 0 | 0.93 | 0.09 | 68.06 | 0.87 | 0.49 |
| Hex | CB | E8 | 10 | C | 0 | 5D | 9 | 44 | 57 | 31 |
| Octal | 313 | 350 | 20 | 14 | 0 | 135 | 11 | 104 | 127 | 61 |
| Binary | 11001011 | 11101000 | 10000 | 1100 | 0 | 1011101 | 1001 | 1000100 | 1010111 | 110001 |
Color Harmonies of #CBE810
Complementary color
Monochromatic Colors of #CBE810
Black with #CBE810
Text Example
Text Example
White with #CBE810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE810; }
p { color: rgb(203,232,16); }
H1.HeaderClassName
{
color: #CBE810;
}
.AnyTagClassName
{
color: #CBE810;
}
</style>
background-color css
<style>
a { background-color: #CBE810; }
a { background-color: rgb(203,232,16); }
div.DivClassName
{
background-color: #CBE810;
}
.BgClassName
{
background-color: #CBE810;
}
</style>
border-color css
<style>
span { border-color: #CBE810; }
span { border-color: rgb(203,232,16); }
td.TdClassName
{
border-color: #CBE810;
}
.TagClassName
{
border-color: #CBE810;
}
</style>