Shades of Electric Lime #CBE309
Tints of Electric Lime #CBE309
RGB
CMYK
RGB Variations
Color information
#CBE309 (or 0xCBE309) is known color: Electric Lime. HEX triplet: CB, E3 and 09. RGB value is (203,227,9). Sum of RGB (Red+Green+Blue) = 203+227+9=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE309 is #341CF6. Grayscale: #C3C3C3. Windows color (decimal): -3415287 or 648139. OLE color: 648139.
HSL color Cylindrical-coordinate representation of color #CBE309: hue angle of 66.61º degrees, saturation: 0.92, 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 #CBE309 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 9 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.11 |
| HSL | 66.61º | 0.92% | 0.46% | - |
| HSV(B) | 66.61º | 0.96% | 0.89% | - |
| XYZ | 52.15 | 67.65 | 10.57 | - |
| YUV | 194.97 | 23.05 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 9 | 0.11 | 0 | 0.96 | 0.11 | 66.61 | 0.92 | 0.46 |
| Hex | CB | E3 | 9 | B | 0 | 60 | B | 43 | 5C | 2E |
| Octal | 313 | 343 | 11 | 13 | 0 | 140 | 13 | 103 | 134 | 56 |
| Binary | 11001011 | 11100011 | 1001 | 1011 | 0 | 1100000 | 1011 | 1000011 | 1011100 | 101110 |
Color Harmonies of #CBE309
Complementary color
Monochromatic Colors of #CBE309
Black with #CBE309
Text Example
Text Example
White with #CBE309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE309; }
p { color: rgb(203,227,9); }
H1.HeaderClassName
{
color: #CBE309;
}
.AnyTagClassName
{
color: #CBE309;
}
</style>
background-color css
<style>
a { background-color: #CBE309; }
a { background-color: rgb(203,227,9); }
div.DivClassName
{
background-color: #CBE309;
}
.BgClassName
{
background-color: #CBE309;
}
</style>
border-color css
<style>
span { border-color: #CBE309; }
span { border-color: rgb(203,227,9); }
td.TdClassName
{
border-color: #CBE309;
}
.TagClassName
{
border-color: #CBE309;
}
</style>