Shades of Electric Lime #CBE604
Tints of Electric Lime #CBE604
RGB
CMYK
RGB Variations
Color information
#CBE604 (or 0xCBE604) is known color: Electric Lime. HEX triplet: CB, E6 and 04. RGB value is (203,230,4). Sum of RGB (Red+Green+Blue) = 203+230+4=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 230 (90.23% from 255 or 52.63% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE604 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE604 is #3419FB. Grayscale: #C5C5C5. Windows color (decimal): -3414524 or 321227. OLE color: 321227.
HSL color Cylindrical-coordinate representation of color #CBE604: hue angle of 67.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBE604 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.10 |
| HSL | 67.17º | 0.97% | 0.46% | - |
| HSV(B) | 67.17º | 0.98% | 0.9% | - |
| XYZ | 52.95 | 69.3 | 10.7 | - |
| YUV | 196.16 | 19.55 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 4 | 0.12 | 0 | 0.98 | 0.10 | 67.17 | 0.97 | 0.46 |
| Hex | CB | E6 | 4 | C | 0 | 62 | A | 43 | 61 | 2E |
| Octal | 313 | 346 | 4 | 14 | 0 | 142 | 12 | 103 | 141 | 56 |
| Binary | 11001011 | 11100110 | 100 | 1100 | 0 | 1100010 | 1010 | 1000011 | 1100001 | 101110 |
Color Harmonies of #CBE604
Complementary color
Monochromatic Colors of #CBE604
Black with #CBE604
Text Example
Text Example
White with #CBE604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE604; }
p { color: rgb(203,230,4); }
H1.HeaderClassName
{
color: #CBE604;
}
.AnyTagClassName
{
color: #CBE604;
}
</style>
background-color css
<style>
a { background-color: #CBE604; }
a { background-color: rgb(203,230,4); }
div.DivClassName
{
background-color: #CBE604;
}
.BgClassName
{
background-color: #CBE604;
}
</style>
border-color css
<style>
span { border-color: #CBE604; }
span { border-color: rgb(203,230,4); }
td.TdClassName
{
border-color: #CBE604;
}
.TagClassName
{
border-color: #CBE604;
}
</style>