Shades of Electric Lime #CBFD11
Tints of Electric Lime #CBFD11
RGB
CMYK
RGB Variations
Color information
#CBFD11 (or 0xCBFD11) is known color: Electric Lime. HEX triplet: CB, FD and 11. RGB value is (203,253,17). Sum of RGB (Red+Green+Blue) = 203+253+17=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFD11 is #3402EE. Grayscale: #D4D4D4. Windows color (decimal): -3408623 or 1179083. OLE color: 1179083.
HSL color Cylindrical-coordinate representation of color #CBFD11: hue angle of 72.71º 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 #CBFD11 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 17 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.01 |
| HSL | 72.71º | 0.98% | 0.53% | - |
| HSV(B) | 72.71º | 0.93% | 0.99% | - |
| XYZ | 59.86 | 82.99 | 13.39 | - |
| YUV | 211.15 | 18.44 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 17 | 0.20 | 0 | 0.93 | 0.01 | 72.71 | 0.98 | 0.53 |
| Hex | CB | FD | 11 | 14 | 0 | 5D | 1 | 49 | 62 | 35 |
| Octal | 313 | 375 | 21 | 24 | 0 | 135 | 1 | 111 | 142 | 65 |
| Binary | 11001011 | 11111101 | 10001 | 10100 | 0 | 1011101 | 1 | 1001001 | 1100010 | 110101 |
Color Harmonies of #CBFD11
Complementary color
Monochromatic Colors of #CBFD11
Black with #CBFD11
Text Example
Text Example
White with #CBFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD11; }
p { color: rgb(203,253,17); }
H1.HeaderClassName
{
color: #CBFD11;
}
.AnyTagClassName
{
color: #CBFD11;
}
</style>
background-color css
<style>
a { background-color: #CBFD11; }
a { background-color: rgb(203,253,17); }
div.DivClassName
{
background-color: #CBFD11;
}
.BgClassName
{
background-color: #CBFD11;
}
</style>
border-color css
<style>
span { border-color: #CBFD11; }
span { border-color: rgb(203,253,17); }
td.TdClassName
{
border-color: #CBFD11;
}
.TagClassName
{
border-color: #CBFD11;
}
</style>