Shades of Electric Lime #BDEF00
Tints of Electric Lime #BDEF00
RGB
CMYK
RGB Variations
Color information
#BDEF00 (or 0xBDEF00) is known color: Electric Lime. HEX triplet: BD, EF and 00. RGB value is (189,239,0). Sum of RGB (Red+Green+Blue) = 189+239+0=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 239 (93.75% from 255 or 55.84% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEF00 is #4210FF. Grayscale: #C5C5C5. Windows color (decimal): -4329728 or 61373. OLE color: 61373.
HSL color Cylindrical-coordinate representation of color #BDEF00: hue angle of 72.55º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDEF00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.06 |
| HSL | 72.55º | 1% | 0.47% | - |
| HSV(B) | 72.55º | 1% | 0.94% | - |
| XYZ | 51.85 | 72.55 | 11.27 | - |
| YUV | 196.8 | 16.94 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 0 | 0.21 | 0 | 1 | 0.06 | 72.55 | 1 | 0.47 |
| Hex | BD | EF | 0 | 15 | 0 | 64 | 6 | 49 | 64 | 2F |
| Octal | 275 | 357 | 0 | 25 | 0 | 144 | 6 | 111 | 144 | 57 |
| Binary | 10111101 | 11101111 | 0 | 10101 | 0 | 1100100 | 110 | 1001001 | 1100100 | 101111 |
Color Harmonies of #BDEF00
Complementary color
Monochromatic Colors of #BDEF00
Black with #BDEF00
Text Example
Text Example
White with #BDEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF00; }
p { color: rgb(189,239,0); }
H1.HeaderClassName
{
color: #BDEF00;
}
.AnyTagClassName
{
color: #BDEF00;
}
</style>
background-color css
<style>
a { background-color: #BDEF00; }
a { background-color: rgb(189,239,0); }
div.DivClassName
{
background-color: #BDEF00;
}
.BgClassName
{
background-color: #BDEF00;
}
</style>
border-color css
<style>
span { border-color: #BDEF00; }
span { border-color: rgb(189,239,0); }
td.TdClassName
{
border-color: #BDEF00;
}
.TagClassName
{
border-color: #BDEF00;
}
</style>