Shades of Electric Lime #BDEF03
Tints of Electric Lime #BDEF03
RGB
CMYK
RGB Variations
Color information
#BDEF03 (or 0xBDEF03) is known color: Electric Lime. HEX triplet: BD, EF and 03. RGB value is (189,239,3). Sum of RGB (Red+Green+Blue) = 189+239+3=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 239 (93.75% from 255 or 55.45% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF03 is #4210FC. Grayscale: #C6C6C6. Windows color (decimal): -4329725 or 257981. OLE color: 257981.
HSL color Cylindrical-coordinate representation of color #BDEF03: hue angle of 72.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDEF03 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.06 |
| HSL | 72.71º | 0.98% | 0.47% | - |
| HSV(B) | 72.71º | 0.99% | 0.94% | - |
| XYZ | 51.87 | 72.56 | 11.36 | - |
| YUV | 197.15 | 18.44 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 3 | 0.21 | 0 | 0.99 | 0.06 | 72.71 | 0.98 | 0.47 |
| Hex | BD | EF | 3 | 15 | 0 | 63 | 6 | 49 | 62 | 2F |
| Octal | 275 | 357 | 3 | 25 | 0 | 143 | 6 | 111 | 142 | 57 |
| Binary | 10111101 | 11101111 | 11 | 10101 | 0 | 1100011 | 110 | 1001001 | 1100010 | 101111 |
Color Harmonies of #BDEF03
Complementary color
Monochromatic Colors of #BDEF03
Black with #BDEF03
Text Example
Text Example
White with #BDEF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF03; }
p { color: rgb(189,239,3); }
H1.HeaderClassName
{
color: #BDEF03;
}
.AnyTagClassName
{
color: #BDEF03;
}
</style>
background-color css
<style>
a { background-color: #BDEF03; }
a { background-color: rgb(189,239,3); }
div.DivClassName
{
background-color: #BDEF03;
}
.BgClassName
{
background-color: #BDEF03;
}
</style>
border-color css
<style>
span { border-color: #BDEF03; }
span { border-color: rgb(189,239,3); }
td.TdClassName
{
border-color: #BDEF03;
}
.TagClassName
{
border-color: #BDEF03;
}
</style>