Shades of Electric Lime #CBE605
Tints of Electric Lime #CBE605
RGB
CMYK
RGB Variations
Color information
#CBE605 (or 0xCBE605) is known color: Electric Lime. HEX triplet: CB, E6 and 05. RGB value is (203,230,5). Sum of RGB (Red+Green+Blue) = 203+230+5=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 230 (90.23% from 255 or 52.51% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE605 is #3419FA. Grayscale: #C5C5C5. Windows color (decimal): -3414523 or 386763. OLE color: 386763.
HSL color Cylindrical-coordinate representation of color #CBE605: hue angle of 67.2º degrees, saturation: 0.96, 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 #CBE605 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.10 |
| HSL | 67.2º | 0.96% | 0.46% | - |
| HSV(B) | 67.2º | 0.98% | 0.9% | - |
| XYZ | 52.95 | 69.3 | 10.73 | - |
| YUV | 196.28 | 20.05 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 5 | 0.12 | 0 | 0.98 | 0.10 | 67.2 | 0.96 | 0.46 |
| Hex | CB | E6 | 5 | C | 0 | 62 | A | 43 | 60 | 2E |
| Octal | 313 | 346 | 5 | 14 | 0 | 142 | 12 | 103 | 140 | 56 |
| Binary | 11001011 | 11100110 | 101 | 1100 | 0 | 1100010 | 1010 | 1000011 | 1100000 | 101110 |
Color Harmonies of #CBE605
Complementary color
Monochromatic Colors of #CBE605
Black with #CBE605
Text Example
Text Example
White with #CBE605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE605; }
p { color: rgb(203,230,5); }
H1.HeaderClassName
{
color: #CBE605;
}
.AnyTagClassName
{
color: #CBE605;
}
</style>
background-color css
<style>
a { background-color: #CBE605; }
a { background-color: rgb(203,230,5); }
div.DivClassName
{
background-color: #CBE605;
}
.BgClassName
{
background-color: #CBE605;
}
</style>
border-color css
<style>
span { border-color: #CBE605; }
span { border-color: rgb(203,230,5); }
td.TdClassName
{
border-color: #CBE605;
}
.TagClassName
{
border-color: #CBE605;
}
</style>