Shades of Electric Lime #BDFB11
Tints of Electric Lime #BDFB11
RGB
CMYK
RGB Variations
Color information
#BDFB11 (or 0xBDFB11) is known color: Electric Lime. HEX triplet: BD, FB and 11. RGB value is (189,251,17). Sum of RGB (Red+Green+Blue) = 189+251+17=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFB11 is #4204EE. Grayscale: #CECECE. Windows color (decimal): -4326639 or 1178557. OLE color: 1178557.
HSL color Cylindrical-coordinate representation of color #BDFB11: hue angle of 75.9º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDFB11 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 17 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.02 |
| HSL | 75.9º | 0.97% | 0.53% | - |
| HSV(B) | 75.9º | 0.93% | 0.98% | - |
| XYZ | 55.58 | 79.85 | 13.01 | - |
| YUV | 205.79 | 21.46 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 17 | 0.25 | 0 | 0.93 | 0.02 | 75.9 | 0.97 | 0.53 |
| Hex | BD | FB | 11 | 19 | 0 | 5D | 2 | 4C | 61 | 35 |
| Octal | 275 | 373 | 21 | 31 | 0 | 135 | 2 | 114 | 141 | 65 |
| Binary | 10111101 | 11111011 | 10001 | 11001 | 0 | 1011101 | 10 | 1001100 | 1100001 | 110101 |
Color Harmonies of #BDFB11
Complementary color
Monochromatic Colors of #BDFB11
Black with #BDFB11
Text Example
Text Example
White with #BDFB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB11; }
p { color: rgb(189,251,17); }
H1.HeaderClassName
{
color: #BDFB11;
}
.AnyTagClassName
{
color: #BDFB11;
}
</style>
background-color css
<style>
a { background-color: #BDFB11; }
a { background-color: rgb(189,251,17); }
div.DivClassName
{
background-color: #BDFB11;
}
.BgClassName
{
background-color: #BDFB11;
}
</style>
border-color css
<style>
span { border-color: #BDFB11; }
span { border-color: rgb(189,251,17); }
td.TdClassName
{
border-color: #BDFB11;
}
.TagClassName
{
border-color: #BDFB11;
}
</style>