Shades of Electric Lime #BDFE0C
Tints of Electric Lime #BDFE0C
RGB
CMYK
RGB Variations
Color information
#BDFE0C (or 0xBDFE0C) is known color: Electric Lime. HEX triplet: BD, FE and 0C. RGB value is (189,254,12). Sum of RGB (Red+Green+Blue) = 189+254+12=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE0C is #4201F3. Grayscale: #CFCFCF. Windows color (decimal): -4325876 or 851645. OLE color: 851645.
HSL color Cylindrical-coordinate representation of color #BDFE0C: hue angle of 76.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDFE0C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 12 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.00 |
| HSL | 76.12º | 0.99% | 0.52% | - |
| HSV(B) | 76.12º | 0.95% | 1% | - |
| XYZ | 56.49 | 81.73 | 13.15 | - |
| YUV | 206.98 | 17.97 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 12 | 0.26 | 0 | 0.95 | 0.00 | 76.12 | 0.99 | 0.52 |
| Hex | BD | FE | C | 1A | 0 | 5F | 0 | 4C | 63 | 34 |
| Octal | 275 | 376 | 14 | 32 | 0 | 137 | 0 | 114 | 143 | 64 |
| Binary | 10111101 | 11111110 | 1100 | 11010 | 0 | 1011111 | 0 | 1001100 | 1100011 | 110100 |
Color Harmonies of #BDFE0C
Complementary color
Monochromatic Colors of #BDFE0C
Black with #BDFE0C
Text Example
Text Example
White with #BDFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE0C; }
p { color: rgb(189,254,12); }
H1.HeaderClassName
{
color: #BDFE0C;
}
.AnyTagClassName
{
color: #BDFE0C;
}
</style>
background-color css
<style>
a { background-color: #BDFE0C; }
a { background-color: rgb(189,254,12); }
div.DivClassName
{
background-color: #BDFE0C;
}
.BgClassName
{
background-color: #BDFE0C;
}
</style>
border-color css
<style>
span { border-color: #BDFE0C; }
span { border-color: rgb(189,254,12); }
td.TdClassName
{
border-color: #BDFE0C;
}
.TagClassName
{
border-color: #BDFE0C;
}
</style>