Shades of Electric Lime #CBE60E
Tints of Electric Lime #CBE60E
RGB
CMYK
RGB Variations
Color information
#CBE60E (or 0xCBE60E) is known color: Electric Lime. HEX triplet: CB, E6 and 0E. RGB value is (203,230,14). Sum of RGB (Red+Green+Blue) = 203+230+14=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE60E is #3419F1. Grayscale: #C6C6C6. Windows color (decimal): -3414514 or 976587. OLE color: 976587.
HSL color Cylindrical-coordinate representation of color #CBE60E: hue angle of 67.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBE60E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 14 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.10 |
| HSL | 67.5º | 0.89% | 0.48% | - |
| HSV(B) | 67.5º | 0.94% | 0.9% | - |
| XYZ | 53 | 69.32 | 11 | - |
| YUV | 197.3 | 24.55 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 14 | 0.12 | 0 | 0.94 | 0.10 | 67.5 | 0.89 | 0.48 |
| Hex | CB | E6 | E | C | 0 | 5E | A | 44 | 59 | 30 |
| Octal | 313 | 346 | 16 | 14 | 0 | 136 | 12 | 104 | 131 | 60 |
| Binary | 11001011 | 11100110 | 1110 | 1100 | 0 | 1011110 | 1010 | 1000100 | 1011001 | 110000 |
Color Harmonies of #CBE60E
Complementary color
Monochromatic Colors of #CBE60E
Black with #CBE60E
Text Example
Text Example
White with #CBE60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE60E; }
p { color: rgb(203,230,14); }
H1.HeaderClassName
{
color: #CBE60E;
}
.AnyTagClassName
{
color: #CBE60E;
}
</style>
background-color css
<style>
a { background-color: #CBE60E; }
a { background-color: rgb(203,230,14); }
div.DivClassName
{
background-color: #CBE60E;
}
.BgClassName
{
background-color: #CBE60E;
}
</style>
border-color css
<style>
span { border-color: #CBE60E; }
span { border-color: rgb(203,230,14); }
td.TdClassName
{
border-color: #CBE60E;
}
.TagClassName
{
border-color: #CBE60E;
}
</style>