Shades of Electric Lime #CBFB0A
Tints of Electric Lime #CBFB0A
RGB
CMYK
RGB Variations
Color information
#CBFB0A (or 0xCBFB0A) is known color: Electric Lime. HEX triplet: CB, FB and 0A. RGB value is (203,251,10). Sum of RGB (Red+Green+Blue) = 203+251+10=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 251 (98.44% from 255 or 54.09% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFB0A is #3404F5. Grayscale: #D2D2D2. Windows color (decimal): -3409142 or 719819. OLE color: 719819.
HSL color Cylindrical-coordinate representation of color #CBFB0A: hue angle of 71.95º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBFB0A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 10 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.02 |
| HSL | 71.95º | 0.97% | 0.51% | - |
| HSV(B) | 71.95º | 0.96% | 0.98% | - |
| XYZ | 59.18 | 81.71 | 12.94 | - |
| YUV | 209.17 | 15.6 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 10 | 0.19 | 0 | 0.96 | 0.02 | 71.95 | 0.97 | 0.51 |
| Hex | CB | FB | A | 13 | 0 | 60 | 2 | 48 | 61 | 33 |
| Octal | 313 | 373 | 12 | 23 | 0 | 140 | 2 | 110 | 141 | 63 |
| Binary | 11001011 | 11111011 | 1010 | 10011 | 0 | 1100000 | 10 | 1001000 | 1100001 | 110011 |
Color Harmonies of #CBFB0A
Complementary color
Monochromatic Colors of #CBFB0A
Black with #CBFB0A
Text Example
Text Example
White with #CBFB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFB0A; }
p { color: rgb(203,251,10); }
H1.HeaderClassName
{
color: #CBFB0A;
}
.AnyTagClassName
{
color: #CBFB0A;
}
</style>
background-color css
<style>
a { background-color: #CBFB0A; }
a { background-color: rgb(203,251,10); }
div.DivClassName
{
background-color: #CBFB0A;
}
.BgClassName
{
background-color: #CBFB0A;
}
</style>
border-color css
<style>
span { border-color: #CBFB0A; }
span { border-color: rgb(203,251,10); }
td.TdClassName
{
border-color: #CBFB0A;
}
.TagClassName
{
border-color: #CBFB0A;
}
</style>