Shades of Electric Lime #BFED02
Tints of Electric Lime #BFED02
RGB
CMYK
RGB Variations
Color information
#BFED02 (or 0xBFED02) is known color: Electric Lime. HEX triplet: BF, ED and 02. RGB value is (191,237,2). Sum of RGB (Red+Green+Blue) = 191+237+2=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFED02 is #4012FD. Grayscale: #C5C5C5. Windows color (decimal): -4199166 or 191935. OLE color: 191935.
HSL color Cylindrical-coordinate representation of color #BFED02: hue angle of 71.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFED02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.07 |
| HSL | 71.74º | 0.98% | 0.47% | - |
| HSV(B) | 71.74º | 0.99% | 0.93% | - |
| XYZ | 51.78 | 71.65 | 11.16 | - |
| YUV | 196.46 | 18.26 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 2 | 0.19 | 0 | 0.99 | 0.07 | 71.74 | 0.98 | 0.47 |
| Hex | BF | ED | 2 | 13 | 0 | 63 | 7 | 48 | 62 | 2F |
| Octal | 277 | 355 | 2 | 23 | 0 | 143 | 7 | 110 | 142 | 57 |
| Binary | 10111111 | 11101101 | 10 | 10011 | 0 | 1100011 | 111 | 1001000 | 1100010 | 101111 |
Color Harmonies of #BFED02
Complementary color
Monochromatic Colors of #BFED02
Black with #BFED02
Text Example
Text Example
White with #BFED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED02; }
p { color: rgb(191,237,2); }
H1.HeaderClassName
{
color: #BFED02;
}
.AnyTagClassName
{
color: #BFED02;
}
</style>
background-color css
<style>
a { background-color: #BFED02; }
a { background-color: rgb(191,237,2); }
div.DivClassName
{
background-color: #BFED02;
}
.BgClassName
{
background-color: #BFED02;
}
</style>
border-color css
<style>
span { border-color: #BFED02; }
span { border-color: rgb(191,237,2); }
td.TdClassName
{
border-color: #BFED02;
}
.TagClassName
{
border-color: #BFED02;
}
</style>