Shades of Electric Lime #BDF60A
Tints of Electric Lime #BDF60A
RGB
CMYK
RGB Variations
Color information
#BDF60A (or 0xBDF60A) is known color: Electric Lime. HEX triplet: BD, F6 and 0A. RGB value is (189,246,10). Sum of RGB (Red+Green+Blue) = 189+246+10=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 246 (96.48% from 255 or 55.28% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF60A is #4209F5. Grayscale: #CACACA. Windows color (decimal): -4327926 or 718525. OLE color: 718525.
HSL color Cylindrical-coordinate representation of color #BDF60A: hue angle of 74.49º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDF60A is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 10 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.04 |
| HSL | 74.49º | 0.93% | 0.5% | - |
| HSV(B) | 74.49º | 0.96% | 0.96% | - |
| XYZ | 54 | 76.75 | 12.26 | - |
| YUV | 202.05 | 19.62 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 10 | 0.23 | 0 | 0.96 | 0.04 | 74.49 | 0.93 | 0.5 |
| Hex | BD | F6 | A | 17 | 0 | 60 | 4 | 4A | 5D | 32 |
| Octal | 275 | 366 | 12 | 27 | 0 | 140 | 4 | 112 | 135 | 62 |
| Binary | 10111101 | 11110110 | 1010 | 10111 | 0 | 1100000 | 100 | 1001010 | 1011101 | 110010 |
Color Harmonies of #BDF60A
Complementary color
Monochromatic Colors of #BDF60A
Black with #BDF60A
Text Example
Text Example
White with #BDF60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF60A; }
p { color: rgb(189,246,10); }
H1.HeaderClassName
{
color: #BDF60A;
}
.AnyTagClassName
{
color: #BDF60A;
}
</style>
background-color css
<style>
a { background-color: #BDF60A; }
a { background-color: rgb(189,246,10); }
div.DivClassName
{
background-color: #BDF60A;
}
.BgClassName
{
background-color: #BDF60A;
}
</style>
border-color css
<style>
span { border-color: #BDF60A; }
span { border-color: rgb(189,246,10); }
td.TdClassName
{
border-color: #BDF60A;
}
.TagClassName
{
border-color: #BDF60A;
}
</style>