Shades of Electric Lime #CBE405
Tints of Electric Lime #CBE405
RGB
CMYK
RGB Variations
Color information
#CBE405 (or 0xCBE405) is known color: Electric Lime. HEX triplet: CB, E4 and 05. RGB value is (203,228,5). Sum of RGB (Red+Green+Blue) = 203+228+5=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 228 (89.45% from 255 or 52.29% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE405 is #341BFA. Grayscale: #C3C3C3. Windows color (decimal): -3415035 or 386251. OLE color: 386251.
HSL color Cylindrical-coordinate representation of color #CBE405: hue angle of 66.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBE405 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.11 |
| HSL | 66.73º | 0.96% | 0.46% | - |
| HSV(B) | 66.73º | 0.98% | 0.89% | - |
| XYZ | 52.4 | 68.19 | 10.54 | - |
| YUV | 195.1 | 20.72 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 5 | 0.11 | 0 | 0.98 | 0.11 | 66.73 | 0.96 | 0.46 |
| Hex | CB | E4 | 5 | B | 0 | 62 | B | 43 | 60 | 2E |
| Octal | 313 | 344 | 5 | 13 | 0 | 142 | 13 | 103 | 140 | 56 |
| Binary | 11001011 | 11100100 | 101 | 1011 | 0 | 1100010 | 1011 | 1000011 | 1100000 | 101110 |
Color Harmonies of #CBE405
Complementary color
Monochromatic Colors of #CBE405
Black with #CBE405
Text Example
Text Example
White with #CBE405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE405; }
p { color: rgb(203,228,5); }
H1.HeaderClassName
{
color: #CBE405;
}
.AnyTagClassName
{
color: #CBE405;
}
</style>
background-color css
<style>
a { background-color: #CBE405; }
a { background-color: rgb(203,228,5); }
div.DivClassName
{
background-color: #CBE405;
}
.BgClassName
{
background-color: #CBE405;
}
</style>
border-color css
<style>
span { border-color: #CBE405; }
span { border-color: rgb(203,228,5); }
td.TdClassName
{
border-color: #CBE405;
}
.TagClassName
{
border-color: #CBE405;
}
</style>