Shades of Electric Lime #BDF907
Tints of Electric Lime #BDF907
RGB
CMYK
RGB Variations
Color information
#BDF907 (or 0xBDF907) is known color: Electric Lime. HEX triplet: BD, F9 and 07. RGB value is (189,249,7). Sum of RGB (Red+Green+Blue) = 189+249+7=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF907 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF907 is #4206F8. Grayscale: #CCCCCC. Windows color (decimal): -4327161 or 522685. OLE color: 522685.
HSL color Cylindrical-coordinate representation of color #BDF907: hue angle of 74.88º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDF907 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 7 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.02 |
| HSL | 74.88º | 0.95% | 0.5% | - |
| HSV(B) | 74.88º | 0.97% | 0.98% | - |
| XYZ | 54.9 | 78.59 | 12.48 | - |
| YUV | 203.47 | 17.12 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 7 | 0.24 | 0 | 0.97 | 0.02 | 74.88 | 0.95 | 0.5 |
| Hex | BD | F9 | 7 | 18 | 0 | 61 | 2 | 4B | 5F | 32 |
| Octal | 275 | 371 | 7 | 30 | 0 | 141 | 2 | 113 | 137 | 62 |
| Binary | 10111101 | 11111001 | 111 | 11000 | 0 | 1100001 | 10 | 1001011 | 1011111 | 110010 |
Color Harmonies of #BDF907
Complementary color
Monochromatic Colors of #BDF907
Black with #BDF907
Text Example
Text Example
White with #BDF907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF907; }
p { color: rgb(189,249,7); }
H1.HeaderClassName
{
color: #BDF907;
}
.AnyTagClassName
{
color: #BDF907;
}
</style>
background-color css
<style>
a { background-color: #BDF907; }
a { background-color: rgb(189,249,7); }
div.DivClassName
{
background-color: #BDF907;
}
.BgClassName
{
background-color: #BDF907;
}
</style>
border-color css
<style>
span { border-color: #BDF907; }
span { border-color: rgb(189,249,7); }
td.TdClassName
{
border-color: #BDF907;
}
.TagClassName
{
border-color: #BDF907;
}
</style>