Shades of Electric Lime #CBFC16
Tints of Electric Lime #CBFC16
RGB
CMYK
RGB Variations
Color information
#CBFC16 (or 0xCBFC16) is known color: Electric Lime. HEX triplet: CB, FC and 16. RGB value is (203,252,22). Sum of RGB (Red+Green+Blue) = 203+252+22=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 22 (8.98% from 255 or 4.61% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFC16 is #3403E9. Grayscale: #D3D3D3. Windows color (decimal): -3408874 or 1506507. OLE color: 1506507.
HSL color Cylindrical-coordinate representation of color #CBFC16: hue angle of 72.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBFC16 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 22 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.01 |
| HSL | 72.78º | 0.97% | 0.54% | - |
| HSV(B) | 72.78º | 0.91% | 0.99% | - |
| XYZ | 59.58 | 82.38 | 13.52 | - |
| YUV | 211.13 | 21.27 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 22 | 0.19 | 0 | 0.91 | 0.01 | 72.78 | 0.97 | 0.54 |
| Hex | CB | FC | 16 | 13 | 0 | 5B | 1 | 49 | 61 | 36 |
| Octal | 313 | 374 | 26 | 23 | 0 | 133 | 1 | 111 | 141 | 66 |
| Binary | 11001011 | 11111100 | 10110 | 10011 | 0 | 1011011 | 1 | 1001001 | 1100001 | 110110 |
Color Harmonies of #CBFC16
Complementary color
Monochromatic Colors of #CBFC16
Black with #CBFC16
Text Example
Text Example
White with #CBFC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC16; }
p { color: rgb(203,252,22); }
H1.HeaderClassName
{
color: #CBFC16;
}
.AnyTagClassName
{
color: #CBFC16;
}
</style>
background-color css
<style>
a { background-color: #CBFC16; }
a { background-color: rgb(203,252,22); }
div.DivClassName
{
background-color: #CBFC16;
}
.BgClassName
{
background-color: #CBFC16;
}
</style>
border-color css
<style>
span { border-color: #CBFC16; }
span { border-color: rgb(203,252,22); }
td.TdClassName
{
border-color: #CBFC16;
}
.TagClassName
{
border-color: #CBFC16;
}
</style>