Shades of Electric Lime #BDF912
Tints of Electric Lime #BDF912
RGB
CMYK
RGB Variations
Color information
#BDF912 (or 0xBDF912) is known color: Electric Lime. HEX triplet: BD, F9 and 12. RGB value is (189,249,18). Sum of RGB (Red+Green+Blue) = 189+249+18=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF912 is #4206ED. Grayscale: #CDCDCD. Windows color (decimal): -4327150 or 1243581. OLE color: 1243581.
HSL color Cylindrical-coordinate representation of color #BDF912: hue angle of 75.58º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDF912 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 18 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.02 |
| HSL | 75.58º | 0.95% | 0.52% | - |
| HSV(B) | 75.58º | 0.93% | 0.98% | - |
| XYZ | 54.97 | 78.61 | 12.85 | - |
| YUV | 204.73 | 22.62 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 18 | 0.24 | 0 | 0.93 | 0.02 | 75.58 | 0.95 | 0.52 |
| Hex | BD | F9 | 12 | 18 | 0 | 5D | 2 | 4C | 5F | 34 |
| Octal | 275 | 371 | 22 | 30 | 0 | 135 | 2 | 114 | 137 | 64 |
| Binary | 10111101 | 11111001 | 10010 | 11000 | 0 | 1011101 | 10 | 1001100 | 1011111 | 110100 |
Color Harmonies of #BDF912
Complementary color
Monochromatic Colors of #BDF912
Black with #BDF912
Text Example
Text Example
White with #BDF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF912; }
p { color: rgb(189,249,18); }
H1.HeaderClassName
{
color: #BDF912;
}
.AnyTagClassName
{
color: #BDF912;
}
</style>
background-color css
<style>
a { background-color: #BDF912; }
a { background-color: rgb(189,249,18); }
div.DivClassName
{
background-color: #BDF912;
}
.BgClassName
{
background-color: #BDF912;
}
</style>
border-color css
<style>
span { border-color: #BDF912; }
span { border-color: rgb(189,249,18); }
td.TdClassName
{
border-color: #BDF912;
}
.TagClassName
{
border-color: #BDF912;
}
</style>