Shades of Electric Lime #CBE308
Tints of Electric Lime #CBE308
RGB
CMYK
RGB Variations
Color information
#CBE308 (or 0xCBE308) is known color: Electric Lime. HEX triplet: CB, E3 and 08. RGB value is (203,227,8). Sum of RGB (Red+Green+Blue) = 203+227+8=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE308 is #341CF7. Grayscale: #C3C3C3. Windows color (decimal): -3415288 or 582603. OLE color: 582603.
HSL color Cylindrical-coordinate representation of color #CBE308: hue angle of 66.58º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBE308 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.11 |
| HSL | 66.58º | 0.93% | 0.46% | - |
| HSV(B) | 66.58º | 0.96% | 0.89% | - |
| XYZ | 52.14 | 67.65 | 10.54 | - |
| YUV | 194.86 | 22.55 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 8 | 0.11 | 0 | 0.96 | 0.11 | 66.58 | 0.93 | 0.46 |
| Hex | CB | E3 | 8 | B | 0 | 60 | B | 43 | 5D | 2E |
| Octal | 313 | 343 | 10 | 13 | 0 | 140 | 13 | 103 | 135 | 56 |
| Binary | 11001011 | 11100011 | 1000 | 1011 | 0 | 1100000 | 1011 | 1000011 | 1011101 | 101110 |
Color Harmonies of #CBE308
Complementary color
Monochromatic Colors of #CBE308
Black with #CBE308
Text Example
Text Example
White with #CBE308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE308; }
p { color: rgb(203,227,8); }
H1.HeaderClassName
{
color: #CBE308;
}
.AnyTagClassName
{
color: #CBE308;
}
</style>
background-color css
<style>
a { background-color: #CBE308; }
a { background-color: rgb(203,227,8); }
div.DivClassName
{
background-color: #CBE308;
}
.BgClassName
{
background-color: #CBE308;
}
</style>
border-color css
<style>
span { border-color: #CBE308; }
span { border-color: rgb(203,227,8); }
td.TdClassName
{
border-color: #CBE308;
}
.TagClassName
{
border-color: #CBE308;
}
</style>