Shades of Electric Lime #BDFC0C
Tints of Electric Lime #BDFC0C
RGB
CMYK
RGB Variations
Color information
#BDFC0C (or 0xBDFC0C) is known color: Electric Lime. HEX triplet: BD, FC and 0C. RGB value is (189,252,12). Sum of RGB (Red+Green+Blue) = 189+252+12=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 252 (98.83% from 255 or 55.63% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC0C is #4203F3. Grayscale: #CECECE. Windows color (decimal): -4326388 or 851133. OLE color: 851133.
HSL color Cylindrical-coordinate representation of color #BDFC0C: hue angle of 75.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDFC0C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.01 |
| HSL | 75.75º | 0.98% | 0.52% | - |
| HSV(B) | 75.75º | 0.95% | 0.99% | - |
| XYZ | 55.86 | 80.47 | 12.94 | - |
| YUV | 205.8 | 18.63 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 12 | 0.25 | 0 | 0.95 | 0.01 | 75.75 | 0.98 | 0.52 |
| Hex | BD | FC | C | 19 | 0 | 5F | 1 | 4C | 62 | 34 |
| Octal | 275 | 374 | 14 | 31 | 0 | 137 | 1 | 114 | 142 | 64 |
| Binary | 10111101 | 11111100 | 1100 | 11001 | 0 | 1011111 | 1 | 1001100 | 1100010 | 110100 |
Color Harmonies of #BDFC0C
Complementary color
Monochromatic Colors of #BDFC0C
Black with #BDFC0C
Text Example
Text Example
White with #BDFC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC0C; }
p { color: rgb(189,252,12); }
H1.HeaderClassName
{
color: #BDFC0C;
}
.AnyTagClassName
{
color: #BDFC0C;
}
</style>
background-color css
<style>
a { background-color: #BDFC0C; }
a { background-color: rgb(189,252,12); }
div.DivClassName
{
background-color: #BDFC0C;
}
.BgClassName
{
background-color: #BDFC0C;
}
</style>
border-color css
<style>
span { border-color: #BDFC0C; }
span { border-color: rgb(189,252,12); }
td.TdClassName
{
border-color: #BDFC0C;
}
.TagClassName
{
border-color: #BDFC0C;
}
</style>