Shades of Electric Lime #BDFD18
Tints of Electric Lime #BDFD18
RGB
CMYK
RGB Variations
Color information
#BDFD18 (or 0xBDFD18) is known color: Electric Lime. HEX triplet: BD, FD and 18. RGB value is (189,253,24). Sum of RGB (Red+Green+Blue) = 189+253+24=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD18 is #4202E7. Grayscale: #D0D0D0. Windows color (decimal): -4326120 or 1637821. OLE color: 1637821.
HSL color Cylindrical-coordinate representation of color #BDFD18: hue angle of 76.77º degrees, saturation: 0.98, 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 #BDFD18 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 24 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.01 |
| HSL | 76.77º | 0.98% | 0.54% | - |
| HSV(B) | 76.77º | 0.91% | 0.99% | - |
| XYZ | 56.28 | 81.14 | 13.56 | - |
| YUV | 207.76 | 24.3 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 24 | 0.25 | 0 | 0.91 | 0.01 | 76.77 | 0.98 | 0.54 |
| Hex | BD | FD | 18 | 19 | 0 | 5B | 1 | 4D | 62 | 36 |
| Octal | 275 | 375 | 30 | 31 | 0 | 133 | 1 | 115 | 142 | 66 |
| Binary | 10111101 | 11111101 | 11000 | 11001 | 0 | 1011011 | 1 | 1001101 | 1100010 | 110110 |
Color Harmonies of #BDFD18
Complementary color
Monochromatic Colors of #BDFD18
Black with #BDFD18
Text Example
Text Example
White with #BDFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFD18; }
p { color: rgb(189,253,24); }
H1.HeaderClassName
{
color: #BDFD18;
}
.AnyTagClassName
{
color: #BDFD18;
}
</style>
background-color css
<style>
a { background-color: #BDFD18; }
a { background-color: rgb(189,253,24); }
div.DivClassName
{
background-color: #BDFD18;
}
.BgClassName
{
background-color: #BDFD18;
}
</style>
border-color css
<style>
span { border-color: #BDFD18; }
span { border-color: rgb(189,253,24); }
td.TdClassName
{
border-color: #BDFD18;
}
.TagClassName
{
border-color: #BDFD18;
}
</style>