Shades of Electric Lime #CBE409
Tints of Electric Lime #CBE409
RGB
CMYK
RGB Variations
Color information
#CBE409 (or 0xCBE409) is known color: Electric Lime. HEX triplet: CB, E4 and 09. RGB value is (203,228,9). Sum of RGB (Red+Green+Blue) = 203+228+9=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE409 is #341BF6. Grayscale: #C4C4C4. Windows color (decimal): -3415031 or 648395. OLE color: 648395.
HSL color Cylindrical-coordinate representation of color #CBE409: hue angle of 66.85º 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 #CBE409 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 9 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.11 |
| HSL | 66.85º | 0.92% | 0.46% | - |
| HSV(B) | 66.85º | 0.96% | 0.89% | - |
| XYZ | 52.42 | 68.2 | 10.66 | - |
| YUV | 195.56 | 22.72 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 9 | 0.11 | 0 | 0.96 | 0.11 | 66.85 | 0.92 | 0.46 |
| Hex | CB | E4 | 9 | B | 0 | 60 | B | 43 | 5C | 2E |
| Octal | 313 | 344 | 11 | 13 | 0 | 140 | 13 | 103 | 134 | 56 |
| Binary | 11001011 | 11100100 | 1001 | 1011 | 0 | 1100000 | 1011 | 1000011 | 1011100 | 101110 |
Color Harmonies of #CBE409
Complementary color
Monochromatic Colors of #CBE409
Black with #CBE409
Text Example
Text Example
White with #CBE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE409; }
p { color: rgb(203,228,9); }
H1.HeaderClassName
{
color: #CBE409;
}
.AnyTagClassName
{
color: #CBE409;
}
</style>
background-color css
<style>
a { background-color: #CBE409; }
a { background-color: rgb(203,228,9); }
div.DivClassName
{
background-color: #CBE409;
}
.BgClassName
{
background-color: #CBE409;
}
</style>
border-color css
<style>
span { border-color: #CBE409; }
span { border-color: rgb(203,228,9); }
td.TdClassName
{
border-color: #CBE409;
}
.TagClassName
{
border-color: #CBE409;
}
</style>