Shades of Electric Lime #CBE705
Tints of Electric Lime #CBE705
RGB
CMYK
RGB Variations
Color information
#CBE705 (or 0xCBE705) is known color: Electric Lime. HEX triplet: CB, E7 and 05. RGB value is (203,231,5). Sum of RGB (Red+Green+Blue) = 203+231+5=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE705 is #3418FA. Grayscale: #C5C5C5. Windows color (decimal): -3414267 or 387019. OLE color: 387019.
HSL color Cylindrical-coordinate representation of color #CBE705: hue angle of 67.43º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBE705 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.09 |
| HSL | 67.43º | 0.96% | 0.46% | - |
| HSV(B) | 67.43º | 0.98% | 0.91% | - |
| XYZ | 53.23 | 69.86 | 10.82 | - |
| YUV | 196.86 | 19.72 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 5 | 0.12 | 0 | 0.98 | 0.09 | 67.43 | 0.96 | 0.46 |
| Hex | CB | E7 | 5 | C | 0 | 62 | 9 | 43 | 60 | 2E |
| Octal | 313 | 347 | 5 | 14 | 0 | 142 | 11 | 103 | 140 | 56 |
| Binary | 11001011 | 11100111 | 101 | 1100 | 0 | 1100010 | 1001 | 1000011 | 1100000 | 101110 |
Color Harmonies of #CBE705
Complementary color
Monochromatic Colors of #CBE705
Black with #CBE705
Text Example
Text Example
White with #CBE705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE705; }
p { color: rgb(203,231,5); }
H1.HeaderClassName
{
color: #CBE705;
}
.AnyTagClassName
{
color: #CBE705;
}
</style>
background-color css
<style>
a { background-color: #CBE705; }
a { background-color: rgb(203,231,5); }
div.DivClassName
{
background-color: #CBE705;
}
.BgClassName
{
background-color: #CBE705;
}
</style>
border-color css
<style>
span { border-color: #CBE705; }
span { border-color: rgb(203,231,5); }
td.TdClassName
{
border-color: #CBE705;
}
.TagClassName
{
border-color: #CBE705;
}
</style>