Shades of Electric Lime #BDFF02
Tints of Electric Lime #BDFF02
RGB
CMYK
RGB Variations
Color information
#BDFF02 (or 0xBDFF02) is known color: Electric Lime. HEX triplet: BD, FF and 02. RGB value is (189,255,2). Sum of RGB (Red+Green+Blue) = 189+255+2=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF02 is #4200FD. Grayscale: #CFCFCF. Windows color (decimal): -4325630 or 196541. OLE color: 196541.
HSL color Cylindrical-coordinate representation of color #BDFF02: hue angle of 75.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDFF02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0 |
| HSL | 75.65º | 1% | 0.5% | - |
| HSV(B) | 75.65º | 0.99% | 1% | - |
| XYZ | 56.76 | 82.34 | 12.96 | - |
| YUV | 206.42 | 12.63 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 2 | 0.26 | 0 | 0.99 | 0 | 75.65 | 1 | 0.5 |
| Hex | BD | FF | 2 | 1A | 0 | 63 | 0 | 4C | 64 | 32 |
| Octal | 275 | 377 | 2 | 32 | 0 | 143 | 0 | 114 | 144 | 62 |
| Binary | 10111101 | 11111111 | 10 | 11010 | 0 | 1100011 | 0 | 1001100 | 1100100 | 110010 |
Color Harmonies of #BDFF02
Complementary color
Monochromatic Colors of #BDFF02
Black with #BDFF02
Text Example
Text Example
White with #BDFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF02; }
p { color: rgb(189,255,2); }
H1.HeaderClassName
{
color: #BDFF02;
}
.AnyTagClassName
{
color: #BDFF02;
}
</style>
background-color css
<style>
a { background-color: #BDFF02; }
a { background-color: rgb(189,255,2); }
div.DivClassName
{
background-color: #BDFF02;
}
.BgClassName
{
background-color: #BDFF02;
}
</style>
border-color css
<style>
span { border-color: #BDFF02; }
span { border-color: rgb(189,255,2); }
td.TdClassName
{
border-color: #BDFF02;
}
.TagClassName
{
border-color: #BDFF02;
}
</style>