Shades of Electric Lime #BDF908
Tints of Electric Lime #BDF908
RGB
CMYK
RGB Variations
Color information
#BDF908 (or 0xBDF908) is known color: Electric Lime. HEX triplet: BD, F9 and 08. RGB value is (189,249,8). Sum of RGB (Red+Green+Blue) = 189+249+8=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF908 is #4206F7. Grayscale: #CCCCCC. Windows color (decimal): -4327160 or 588221. OLE color: 588221.
HSL color Cylindrical-coordinate representation of color #BDF908: hue angle of 74.94º 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 #BDF908 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.02 |
| HSL | 74.94º | 0.95% | 0.5% | - |
| HSV(B) | 74.94º | 0.97% | 0.98% | - |
| XYZ | 54.91 | 78.59 | 12.5 | - |
| YUV | 203.59 | 17.62 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 8 | 0.24 | 0 | 0.97 | 0.02 | 74.94 | 0.95 | 0.5 |
| Hex | BD | F9 | 8 | 18 | 0 | 61 | 2 | 4B | 5F | 32 |
| Octal | 275 | 371 | 10 | 30 | 0 | 141 | 2 | 113 | 137 | 62 |
| Binary | 10111101 | 11111001 | 1000 | 11000 | 0 | 1100001 | 10 | 1001011 | 1011111 | 110010 |
Color Harmonies of #BDF908
Complementary color
Monochromatic Colors of #BDF908
Black with #BDF908
Text Example
Text Example
White with #BDF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF908; }
p { color: rgb(189,249,8); }
H1.HeaderClassName
{
color: #BDF908;
}
.AnyTagClassName
{
color: #BDF908;
}
</style>
background-color css
<style>
a { background-color: #BDF908; }
a { background-color: rgb(189,249,8); }
div.DivClassName
{
background-color: #BDF908;
}
.BgClassName
{
background-color: #BDF908;
}
</style>
border-color css
<style>
span { border-color: #BDF908; }
span { border-color: rgb(189,249,8); }
td.TdClassName
{
border-color: #BDF908;
}
.TagClassName
{
border-color: #BDF908;
}
</style>