Shades of Electric Lime #CBE407
Tints of Electric Lime #CBE407
RGB
CMYK
RGB Variations
Color information
#CBE407 (or 0xCBE407) is known color: Electric Lime. HEX triplet: CB, E4 and 07. RGB value is (203,228,7). Sum of RGB (Red+Green+Blue) = 203+228+7=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 228 (89.45% from 255 or 52.05% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE407 is #341BF8. Grayscale: #C4C4C4. Windows color (decimal): -3415033 or 517323. OLE color: 517323.
HSL color Cylindrical-coordinate representation of color #CBE407: hue angle of 66.79º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBE407 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.11 |
| HSL | 66.79º | 0.94% | 0.46% | - |
| HSV(B) | 66.79º | 0.97% | 0.89% | - |
| XYZ | 52.41 | 68.2 | 10.6 | - |
| YUV | 195.33 | 21.72 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 7 | 0.11 | 0 | 0.97 | 0.11 | 66.79 | 0.94 | 0.46 |
| Hex | CB | E4 | 7 | B | 0 | 61 | B | 43 | 5E | 2E |
| Octal | 313 | 344 | 7 | 13 | 0 | 141 | 13 | 103 | 136 | 56 |
| Binary | 11001011 | 11100100 | 111 | 1011 | 0 | 1100001 | 1011 | 1000011 | 1011110 | 101110 |
Color Harmonies of #CBE407
Complementary color
Monochromatic Colors of #CBE407
Black with #CBE407
Text Example
Text Example
White with #CBE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE407; }
p { color: rgb(203,228,7); }
H1.HeaderClassName
{
color: #CBE407;
}
.AnyTagClassName
{
color: #CBE407;
}
</style>
background-color css
<style>
a { background-color: #CBE407; }
a { background-color: rgb(203,228,7); }
div.DivClassName
{
background-color: #CBE407;
}
.BgClassName
{
background-color: #CBE407;
}
</style>
border-color css
<style>
span { border-color: #CBE407; }
span { border-color: rgb(203,228,7); }
td.TdClassName
{
border-color: #CBE407;
}
.TagClassName
{
border-color: #CBE407;
}
</style>