Shades of Electric Lime #BDFF18
Tints of Electric Lime #BDFF18
RGB
CMYK
RGB Variations
Color information
#BDFF18 (or 0xBDFF18) is known color: Electric Lime. HEX triplet: BD, FF and 18. RGB value is (189,255,24). Sum of RGB (Red+Green+Blue) = 189+255+24=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF18 is #4200E7. Grayscale: #D1D1D1. Windows color (decimal): -4325608 or 1638333. OLE color: 1638333.
HSL color Cylindrical-coordinate representation of color #BDFF18: hue angle of 77.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDFF18 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 24 | - |
| CMYK | 0.26 | 0 | 0.91 | 0 |
| HSL | 77.14º | 1% | 0.55% | - |
| HSV(B) | 77.14º | 0.91% | 1% | - |
| XYZ | 56.91 | 82.4 | 13.77 | - |
| YUV | 208.93 | 23.63 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 24 | 0.26 | 0 | 0.91 | 0 | 77.14 | 1 | 0.55 |
| Hex | BD | FF | 18 | 1A | 0 | 5B | 0 | 4D | 64 | 37 |
| Octal | 275 | 377 | 30 | 32 | 0 | 133 | 0 | 115 | 144 | 67 |
| Binary | 10111101 | 11111111 | 11000 | 11010 | 0 | 1011011 | 0 | 1001101 | 1100100 | 110111 |
Color Harmonies of #BDFF18
Complementary color
Monochromatic Colors of #BDFF18
Black with #BDFF18
Text Example
Text Example
White with #BDFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF18; }
p { color: rgb(189,255,24); }
H1.HeaderClassName
{
color: #BDFF18;
}
.AnyTagClassName
{
color: #BDFF18;
}
</style>
background-color css
<style>
a { background-color: #BDFF18; }
a { background-color: rgb(189,255,24); }
div.DivClassName
{
background-color: #BDFF18;
}
.BgClassName
{
background-color: #BDFF18;
}
</style>
border-color css
<style>
span { border-color: #BDFF18; }
span { border-color: rgb(189,255,24); }
td.TdClassName
{
border-color: #BDFF18;
}
.TagClassName
{
border-color: #BDFF18;
}
</style>