Shades of Electric Lime #CBFA0C
Tints of Electric Lime #CBFA0C
RGB
CMYK
RGB Variations
Color information
#CBFA0C (or 0xCBFA0C) is known color: Electric Lime. HEX triplet: CB, FA and 0C. RGB value is (203,250,12). Sum of RGB (Red+Green+Blue) = 203+250+12=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFA0C is #3405F3. Grayscale: #D1D1D1. Windows color (decimal): -3409396 or 850635. OLE color: 850635.
HSL color Cylindrical-coordinate representation of color #CBFA0C: hue angle of 71.85º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBFA0C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 12 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.02 |
| HSL | 71.85º | 0.96% | 0.51% | - |
| HSV(B) | 71.85º | 0.95% | 0.98% | - |
| XYZ | 58.88 | 81.09 | 12.9 | - |
| YUV | 208.82 | 16.93 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 12 | 0.19 | 0 | 0.95 | 0.02 | 71.85 | 0.96 | 0.51 |
| Hex | CB | FA | C | 13 | 0 | 5F | 2 | 48 | 60 | 33 |
| Octal | 313 | 372 | 14 | 23 | 0 | 137 | 2 | 110 | 140 | 63 |
| Binary | 11001011 | 11111010 | 1100 | 10011 | 0 | 1011111 | 10 | 1001000 | 1100000 | 110011 |
Color Harmonies of #CBFA0C
Complementary color
Monochromatic Colors of #CBFA0C
Black with #CBFA0C
Text Example
Text Example
White with #CBFA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFA0C; }
p { color: rgb(203,250,12); }
H1.HeaderClassName
{
color: #CBFA0C;
}
.AnyTagClassName
{
color: #CBFA0C;
}
</style>
background-color css
<style>
a { background-color: #CBFA0C; }
a { background-color: rgb(203,250,12); }
div.DivClassName
{
background-color: #CBFA0C;
}
.BgClassName
{
background-color: #CBFA0C;
}
</style>
border-color css
<style>
span { border-color: #CBFA0C; }
span { border-color: rgb(203,250,12); }
td.TdClassName
{
border-color: #CBFA0C;
}
.TagClassName
{
border-color: #CBFA0C;
}
</style>