Shades of Electric Lime #CBE60D
Tints of Electric Lime #CBE60D
RGB
CMYK
RGB Variations
Color information
#CBE60D (or 0xCBE60D) is known color: Electric Lime. HEX triplet: CB, E6 and 0D. RGB value is (203,230,13). Sum of RGB (Red+Green+Blue) = 203+230+13=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE60D is #3419F2. Grayscale: #C6C6C6. Windows color (decimal): -3414515 or 911051. OLE color: 911051.
HSL color Cylindrical-coordinate representation of color #CBE60D: hue angle of 67.47º 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 #CBE60D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.10 |
| HSL | 67.47º | 0.89% | 0.48% | - |
| HSV(B) | 67.47º | 0.94% | 0.9% | - |
| XYZ | 53 | 69.32 | 10.97 | - |
| YUV | 197.19 | 24.05 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 13 | 0.12 | 0 | 0.94 | 0.10 | 67.47 | 0.89 | 0.48 |
| Hex | CB | E6 | D | C | 0 | 5E | A | 43 | 59 | 30 |
| Octal | 313 | 346 | 15 | 14 | 0 | 136 | 12 | 103 | 131 | 60 |
| Binary | 11001011 | 11100110 | 1101 | 1100 | 0 | 1011110 | 1010 | 1000011 | 1011001 | 110000 |
Color Harmonies of #CBE60D
Complementary color
Monochromatic Colors of #CBE60D
Black with #CBE60D
Text Example
Text Example
White with #CBE60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE60D; }
p { color: rgb(203,230,13); }
H1.HeaderClassName
{
color: #CBE60D;
}
.AnyTagClassName
{
color: #CBE60D;
}
</style>
background-color css
<style>
a { background-color: #CBE60D; }
a { background-color: rgb(203,230,13); }
div.DivClassName
{
background-color: #CBE60D;
}
.BgClassName
{
background-color: #CBE60D;
}
</style>
border-color css
<style>
span { border-color: #CBE60D; }
span { border-color: rgb(203,230,13); }
td.TdClassName
{
border-color: #CBE60D;
}
.TagClassName
{
border-color: #CBE60D;
}
</style>