Shades of Electric Lime #CBFC12
Tints of Electric Lime #CBFC12
RGB
CMYK
RGB Variations
Color information
#CBFC12 (or 0xCBFC12) is known color: Electric Lime. HEX triplet: CB, FC and 12. RGB value is (203,252,18). Sum of RGB (Red+Green+Blue) = 203+252+18=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFC12 is #3403ED. Grayscale: #D3D3D3. Windows color (decimal): -3408878 or 1244363. OLE color: 1244363.
HSL color Cylindrical-coordinate representation of color #CBFC12: hue angle of 72.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBFC12 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 18 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.01 |
| HSL | 72.56º | 0.98% | 0.53% | - |
| HSV(B) | 72.56º | 0.93% | 0.99% | - |
| XYZ | 59.55 | 82.36 | 13.33 | - |
| YUV | 210.67 | 19.27 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 18 | 0.19 | 0 | 0.93 | 0.01 | 72.56 | 0.98 | 0.53 |
| Hex | CB | FC | 12 | 13 | 0 | 5D | 1 | 49 | 62 | 35 |
| Octal | 313 | 374 | 22 | 23 | 0 | 135 | 1 | 111 | 142 | 65 |
| Binary | 11001011 | 11111100 | 10010 | 10011 | 0 | 1011101 | 1 | 1001001 | 1100010 | 110101 |
Color Harmonies of #CBFC12
Complementary color
Monochromatic Colors of #CBFC12
Black with #CBFC12
Text Example
Text Example
White with #CBFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC12; }
p { color: rgb(203,252,18); }
H1.HeaderClassName
{
color: #CBFC12;
}
.AnyTagClassName
{
color: #CBFC12;
}
</style>
background-color css
<style>
a { background-color: #CBFC12; }
a { background-color: rgb(203,252,18); }
div.DivClassName
{
background-color: #CBFC12;
}
.BgClassName
{
background-color: #CBFC12;
}
</style>
border-color css
<style>
span { border-color: #CBFC12; }
span { border-color: rgb(203,252,18); }
td.TdClassName
{
border-color: #CBFC12;
}
.TagClassName
{
border-color: #CBFC12;
}
</style>