Shades of Electric Lime #CBE906
Tints of Electric Lime #CBE906
RGB
CMYK
RGB Variations
Color information
#CBE906 (or 0xCBE906) is known color: Electric Lime. HEX triplet: CB, E9 and 06. RGB value is (203,233,6). Sum of RGB (Red+Green+Blue) = 203+233+6=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE906 is #3416F9. Grayscale: #C7C7C7. Windows color (decimal): -3413754 or 453067. OLE color: 453067.
HSL color Cylindrical-coordinate representation of color #CBE906: hue angle of 67.93º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBE906 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.09 |
| HSL | 67.93º | 0.95% | 0.47% | - |
| HSV(B) | 67.93º | 0.97% | 0.91% | - |
| XYZ | 53.8 | 70.99 | 11.04 | - |
| YUV | 198.15 | 19.56 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 6 | 0.13 | 0 | 0.97 | 0.09 | 67.93 | 0.95 | 0.47 |
| Hex | CB | E9 | 6 | D | 0 | 61 | 9 | 44 | 5F | 2F |
| Octal | 313 | 351 | 6 | 15 | 0 | 141 | 11 | 104 | 137 | 57 |
| Binary | 11001011 | 11101001 | 110 | 1101 | 0 | 1100001 | 1001 | 1000100 | 1011111 | 101111 |
Color Harmonies of #CBE906
Complementary color
Monochromatic Colors of #CBE906
Black with #CBE906
Text Example
Text Example
White with #CBE906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE906; }
p { color: rgb(203,233,6); }
H1.HeaderClassName
{
color: #CBE906;
}
.AnyTagClassName
{
color: #CBE906;
}
</style>
background-color css
<style>
a { background-color: #CBE906; }
a { background-color: rgb(203,233,6); }
div.DivClassName
{
background-color: #CBE906;
}
.BgClassName
{
background-color: #CBE906;
}
</style>
border-color css
<style>
span { border-color: #CBE906; }
span { border-color: rgb(203,233,6); }
td.TdClassName
{
border-color: #CBE906;
}
.TagClassName
{
border-color: #CBE906;
}
</style>