Shades of Electric Lime #CBE509
Tints of Electric Lime #CBE509
RGB
CMYK
RGB Variations
Color information
#CBE509 (or 0xCBE509) is known color: Electric Lime. HEX triplet: CB, E5 and 09. RGB value is (203,229,9). Sum of RGB (Red+Green+Blue) = 203+229+9=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 9 (3.91% from 255 or 2.04% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE509 is #341AF6. Grayscale: #C5C5C5. Windows color (decimal): -3414775 or 648651. OLE color: 648651.
HSL color Cylindrical-coordinate representation of color #CBE509: hue angle of 67.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBE509 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 9 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.10 |
| HSL | 67.09º | 0.92% | 0.47% | - |
| HSV(B) | 67.09º | 0.96% | 0.9% | - |
| XYZ | 52.7 | 68.75 | 10.75 | - |
| YUV | 196.15 | 22.39 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 9 | 0.11 | 0 | 0.96 | 0.10 | 67.09 | 0.92 | 0.47 |
| Hex | CB | E5 | 9 | B | 0 | 60 | A | 43 | 5C | 2F |
| Octal | 313 | 345 | 11 | 13 | 0 | 140 | 12 | 103 | 134 | 57 |
| Binary | 11001011 | 11100101 | 1001 | 1011 | 0 | 1100000 | 1010 | 1000011 | 1011100 | 101111 |
Color Harmonies of #CBE509
Complementary color
Monochromatic Colors of #CBE509
Black with #CBE509
Text Example
Text Example
White with #CBE509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE509; }
p { color: rgb(203,229,9); }
H1.HeaderClassName
{
color: #CBE509;
}
.AnyTagClassName
{
color: #CBE509;
}
</style>
background-color css
<style>
a { background-color: #CBE509; }
a { background-color: rgb(203,229,9); }
div.DivClassName
{
background-color: #CBE509;
}
.BgClassName
{
background-color: #CBE509;
}
</style>
border-color css
<style>
span { border-color: #CBE509; }
span { border-color: rgb(203,229,9); }
td.TdClassName
{
border-color: #CBE509;
}
.TagClassName
{
border-color: #CBE509;
}
</style>