Shades of Electric Lime #CBE406
Tints of Electric Lime #CBE406
RGB
CMYK
RGB Variations
Color information
#CBE406 (or 0xCBE406) is known color: Electric Lime. HEX triplet: CB, E4 and 06. RGB value is (203,228,6). Sum of RGB (Red+Green+Blue) = 203+228+6=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE406 is #341BF9. Grayscale: #C4C4C4. Windows color (decimal): -3415034 or 451787. OLE color: 451787.
HSL color Cylindrical-coordinate representation of color #CBE406: hue angle of 66.76º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBE406 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 6 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.11 |
| HSL | 66.76º | 0.95% | 0.46% | - |
| HSV(B) | 66.76º | 0.97% | 0.89% | - |
| XYZ | 52.4 | 68.2 | 10.57 | - |
| YUV | 195.22 | 21.22 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 6 | 0.11 | 0 | 0.97 | 0.11 | 66.76 | 0.95 | 0.46 |
| Hex | CB | E4 | 6 | B | 0 | 61 | B | 43 | 5F | 2E |
| Octal | 313 | 344 | 6 | 13 | 0 | 141 | 13 | 103 | 137 | 56 |
| Binary | 11001011 | 11100100 | 110 | 1011 | 0 | 1100001 | 1011 | 1000011 | 1011111 | 101110 |
Color Harmonies of #CBE406
Complementary color
Monochromatic Colors of #CBE406
Black with #CBE406
Text Example
Text Example
White with #CBE406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE406; }
p { color: rgb(203,228,6); }
H1.HeaderClassName
{
color: #CBE406;
}
.AnyTagClassName
{
color: #CBE406;
}
</style>
background-color css
<style>
a { background-color: #CBE406; }
a { background-color: rgb(203,228,6); }
div.DivClassName
{
background-color: #CBE406;
}
.BgClassName
{
background-color: #CBE406;
}
</style>
border-color css
<style>
span { border-color: #CBE406; }
span { border-color: rgb(203,228,6); }
td.TdClassName
{
border-color: #CBE406;
}
.TagClassName
{
border-color: #CBE406;
}
</style>