Shades of Electric Lime #CBFC10
Tints of Electric Lime #CBFC10
RGB
CMYK
RGB Variations
Color information
#CBFC10 (or 0xCBFC10) is known color: Electric Lime. HEX triplet: CB, FC and 10. RGB value is (203,252,16). Sum of RGB (Red+Green+Blue) = 203+252+16=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 16 (6.64% from 255 or 3.40% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFC10 is #3403EF. Grayscale: #D3D3D3. Windows color (decimal): -3408880 or 1113291. OLE color: 1113291.
HSL color Cylindrical-coordinate representation of color #CBFC10: hue angle of 72.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBFC10 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 16 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.01 |
| HSL | 72.46º | 0.98% | 0.53% | - |
| HSV(B) | 72.46º | 0.94% | 0.99% | - |
| XYZ | 59.53 | 82.35 | 13.25 | - |
| YUV | 210.45 | 18.27 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 16 | 0.19 | 0 | 0.94 | 0.01 | 72.46 | 0.98 | 0.53 |
| Hex | CB | FC | 10 | 13 | 0 | 5E | 1 | 48 | 62 | 35 |
| Octal | 313 | 374 | 20 | 23 | 0 | 136 | 1 | 110 | 142 | 65 |
| Binary | 11001011 | 11111100 | 10000 | 10011 | 0 | 1011110 | 1 | 1001000 | 1100010 | 110101 |
Color Harmonies of #CBFC10
Complementary color
Monochromatic Colors of #CBFC10
Black with #CBFC10
Text Example
Text Example
White with #CBFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC10; }
p { color: rgb(203,252,16); }
H1.HeaderClassName
{
color: #CBFC10;
}
.AnyTagClassName
{
color: #CBFC10;
}
</style>
background-color css
<style>
a { background-color: #CBFC10; }
a { background-color: rgb(203,252,16); }
div.DivClassName
{
background-color: #CBFC10;
}
.BgClassName
{
background-color: #CBFC10;
}
</style>
border-color css
<style>
span { border-color: #CBFC10; }
span { border-color: rgb(203,252,16); }
td.TdClassName
{
border-color: #CBFC10;
}
.TagClassName
{
border-color: #CBFC10;
}
</style>