Shades of Electric Lime #CBFC0A
Tints of Electric Lime #CBFC0A
RGB
CMYK
RGB Variations
Color information
#CBFC0A (or 0xCBFC0A) is known color: Electric Lime. HEX triplet: CB, FC and 0A. RGB value is (203,252,10). Sum of RGB (Red+Green+Blue) = 203+252+10=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFC0A is #3403F5. Grayscale: #D2D2D2. Windows color (decimal): -3408886 or 720075. OLE color: 720075.
HSL color Cylindrical-coordinate representation of color #CBFC0A: hue angle of 72.15º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBFC0A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 10 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.01 |
| HSL | 72.15º | 0.98% | 0.51% | - |
| HSV(B) | 72.15º | 0.96% | 0.99% | - |
| XYZ | 59.49 | 82.34 | 13.04 | - |
| YUV | 209.76 | 15.27 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 10 | 0.19 | 0 | 0.96 | 0.01 | 72.15 | 0.98 | 0.51 |
| Hex | CB | FC | A | 13 | 0 | 60 | 1 | 48 | 62 | 33 |
| Octal | 313 | 374 | 12 | 23 | 0 | 140 | 1 | 110 | 142 | 63 |
| Binary | 11001011 | 11111100 | 1010 | 10011 | 0 | 1100000 | 1 | 1001000 | 1100010 | 110011 |
Color Harmonies of #CBFC0A
Complementary color
Monochromatic Colors of #CBFC0A
Black with #CBFC0A
Text Example
Text Example
White with #CBFC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC0A; }
p { color: rgb(203,252,10); }
H1.HeaderClassName
{
color: #CBFC0A;
}
.AnyTagClassName
{
color: #CBFC0A;
}
</style>
background-color css
<style>
a { background-color: #CBFC0A; }
a { background-color: rgb(203,252,10); }
div.DivClassName
{
background-color: #CBFC0A;
}
.BgClassName
{
background-color: #CBFC0A;
}
</style>
border-color css
<style>
span { border-color: #CBFC0A; }
span { border-color: rgb(203,252,10); }
td.TdClassName
{
border-color: #CBFC0A;
}
.TagClassName
{
border-color: #CBFC0A;
}
</style>