Shades of Electric Lime #BDF810
Tints of Electric Lime #BDF810
RGB
CMYK
RGB Variations
Color information
#BDF810 (or 0xBDF810) is known color: Electric Lime. HEX triplet: BD, F8 and 10. RGB value is (189,248,16). Sum of RGB (Red+Green+Blue) = 189+248+16=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 248 (97.27% from 255 or 54.75% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF810 is #4207EF. Grayscale: #CCCCCC. Windows color (decimal): -4327408 or 1112253. OLE color: 1112253.
HSL color Cylindrical-coordinate representation of color #BDF810: hue angle of 75.26º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDF810 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 16 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.03 |
| HSL | 75.26º | 0.94% | 0.52% | - |
| HSV(B) | 75.26º | 0.94% | 0.97% | - |
| XYZ | 54.65 | 77.99 | 12.66 | - |
| YUV | 203.91 | 21.95 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 16 | 0.24 | 0 | 0.94 | 0.03 | 75.26 | 0.94 | 0.52 |
| Hex | BD | F8 | 10 | 18 | 0 | 5E | 3 | 4B | 5E | 34 |
| Octal | 275 | 370 | 20 | 30 | 0 | 136 | 3 | 113 | 136 | 64 |
| Binary | 10111101 | 11111000 | 10000 | 11000 | 0 | 1011110 | 11 | 1001011 | 1011110 | 110100 |
Color Harmonies of #BDF810
Complementary color
Monochromatic Colors of #BDF810
Black with #BDF810
Text Example
Text Example
White with #BDF810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF810; }
p { color: rgb(189,248,16); }
H1.HeaderClassName
{
color: #BDF810;
}
.AnyTagClassName
{
color: #BDF810;
}
</style>
background-color css
<style>
a { background-color: #BDF810; }
a { background-color: rgb(189,248,16); }
div.DivClassName
{
background-color: #BDF810;
}
.BgClassName
{
background-color: #BDF810;
}
</style>
border-color css
<style>
span { border-color: #BDF810; }
span { border-color: rgb(189,248,16); }
td.TdClassName
{
border-color: #BDF810;
}
.TagClassName
{
border-color: #BDF810;
}
</style>