Shades of Electric Lime #CBEA0A
Tints of Electric Lime #CBEA0A
RGB
CMYK
RGB Variations
Color information
#CBEA0A (or 0xCBEA0A) is known color: Electric Lime. HEX triplet: CB, EA and 0A. RGB value is (203,234,10). Sum of RGB (Red+Green+Blue) = 203+234+10=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA0A is #3415F5. Grayscale: #C8C8C8. Windows color (decimal): -3413494 or 715467. OLE color: 715467.
HSL color Cylindrical-coordinate representation of color #CBEA0A: hue angle of 68.3º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBEA0A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.08 |
| HSL | 68.3º | 0.92% | 0.48% | - |
| HSV(B) | 68.3º | 0.96% | 0.92% | - |
| XYZ | 54.11 | 71.56 | 11.25 | - |
| YUV | 199.2 | 21.23 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 10 | 0.13 | 0 | 0.96 | 0.08 | 68.3 | 0.92 | 0.48 |
| Hex | CB | EA | A | D | 0 | 60 | 8 | 44 | 5C | 30 |
| Octal | 313 | 352 | 12 | 15 | 0 | 140 | 10 | 104 | 134 | 60 |
| Binary | 11001011 | 11101010 | 1010 | 1101 | 0 | 1100000 | 1000 | 1000100 | 1011100 | 110000 |
Color Harmonies of #CBEA0A
Complementary color
Monochromatic Colors of #CBEA0A
Black with #CBEA0A
Text Example
Text Example
White with #CBEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEA0A; }
p { color: rgb(203,234,10); }
H1.HeaderClassName
{
color: #CBEA0A;
}
.AnyTagClassName
{
color: #CBEA0A;
}
</style>
background-color css
<style>
a { background-color: #CBEA0A; }
a { background-color: rgb(203,234,10); }
div.DivClassName
{
background-color: #CBEA0A;
}
.BgClassName
{
background-color: #CBEA0A;
}
</style>
border-color css
<style>
span { border-color: #CBEA0A; }
span { border-color: rgb(203,234,10); }
td.TdClassName
{
border-color: #CBEA0A;
}
.TagClassName
{
border-color: #CBEA0A;
}
</style>