Shades of Electric Lime #BDF913
Tints of Electric Lime #BDF913
RGB
CMYK
RGB Variations
Color information
#BDF913 (or 0xBDF913) is known color: Electric Lime. HEX triplet: BD, F9 and 13. RGB value is (189,249,19). Sum of RGB (Red+Green+Blue) = 189+249+19=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 19 (7.81% from 255 or 4.16% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF913 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF913 is #4206EC. Grayscale: #CDCDCD. Windows color (decimal): -4327149 or 1309117. OLE color: 1309117.
HSL color Cylindrical-coordinate representation of color #BDF913: hue angle of 75.65º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDF913 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 19 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.02 |
| HSL | 75.65º | 0.95% | 0.53% | - |
| HSV(B) | 75.65º | 0.92% | 0.98% | - |
| XYZ | 54.98 | 78.62 | 12.89 | - |
| YUV | 204.84 | 23.12 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 19 | 0.24 | 0 | 0.92 | 0.02 | 75.65 | 0.95 | 0.53 |
| Hex | BD | F9 | 13 | 18 | 0 | 5C | 2 | 4C | 5F | 35 |
| Octal | 275 | 371 | 23 | 30 | 0 | 134 | 2 | 114 | 137 | 65 |
| Binary | 10111101 | 11111001 | 10011 | 11000 | 0 | 1011100 | 10 | 1001100 | 1011111 | 110101 |
Color Harmonies of #BDF913
Complementary color
Monochromatic Colors of #BDF913
Black with #BDF913
Text Example
Text Example
White with #BDF913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF913; }
p { color: rgb(189,249,19); }
H1.HeaderClassName
{
color: #BDF913;
}
.AnyTagClassName
{
color: #BDF913;
}
</style>
background-color css
<style>
a { background-color: #BDF913; }
a { background-color: rgb(189,249,19); }
div.DivClassName
{
background-color: #BDF913;
}
.BgClassName
{
background-color: #BDF913;
}
</style>
border-color css
<style>
span { border-color: #BDF913; }
span { border-color: rgb(189,249,19); }
td.TdClassName
{
border-color: #BDF913;
}
.TagClassName
{
border-color: #BDF913;
}
</style>