Shades of Electric Lime #CBE107
Tints of Electric Lime #CBE107
RGB
CMYK
RGB Variations
Color information
#CBE107 (or 0xCBE107) is known color: Electric Lime. HEX triplet: CB, E1 and 07. RGB value is (203,225,7). Sum of RGB (Red+Green+Blue) = 203+225+7=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE107 is #341EF8. Grayscale: #C2C2C2. Windows color (decimal): -3415801 or 516555. OLE color: 516555.
HSL color Cylindrical-coordinate representation of color #CBE107: hue angle of 66.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBE107 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 7 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.12 |
| HSL | 66.06º | 0.94% | 0.45% | - |
| HSV(B) | 66.06º | 0.97% | 0.88% | - |
| XYZ | 51.59 | 66.56 | 10.33 | - |
| YUV | 193.57 | 22.71 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 7 | 0.10 | 0 | 0.97 | 0.12 | 66.06 | 0.94 | 0.45 |
| Hex | CB | E1 | 7 | A | 0 | 61 | C | 42 | 5E | 2D |
| Octal | 313 | 341 | 7 | 12 | 0 | 141 | 14 | 102 | 136 | 55 |
| Binary | 11001011 | 11100001 | 111 | 1010 | 0 | 1100001 | 1100 | 1000010 | 1011110 | 101101 |
Color Harmonies of #CBE107
Complementary color
Monochromatic Colors of #CBE107
Black with #CBE107
Text Example
Text Example
White with #CBE107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE107; }
p { color: rgb(203,225,7); }
H1.HeaderClassName
{
color: #CBE107;
}
.AnyTagClassName
{
color: #CBE107;
}
</style>
background-color css
<style>
a { background-color: #CBE107; }
a { background-color: rgb(203,225,7); }
div.DivClassName
{
background-color: #CBE107;
}
.BgClassName
{
background-color: #CBE107;
}
</style>
border-color css
<style>
span { border-color: #CBE107; }
span { border-color: rgb(203,225,7); }
td.TdClassName
{
border-color: #CBE107;
}
.TagClassName
{
border-color: #CBE107;
}
</style>