Shades of Electric Lime #BFF200
Tints of Electric Lime #BFF200
RGB
CMYK
RGB Variations
Color information
#BFF200 (or 0xBFF200) is known color: Electric Lime. HEX triplet: BF, F2 and 00. RGB value is (191,242,0). Sum of RGB (Red+Green+Blue) = 191+242+0=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF200 is #400DFF. Grayscale: #C8C8C8. Windows color (decimal): -4197888 or 62143. OLE color: 62143.
HSL color Cylindrical-coordinate representation of color #BFF200: hue angle of 72.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFF200 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.05 |
| HSL | 72.64º | 1% | 0.47% | - |
| HSV(B) | 72.64º | 1% | 0.95% | - |
| XYZ | 53.24 | 74.58 | 11.59 | - |
| YUV | 199.16 | 15.6 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 0 | 0.21 | 0 | 1 | 0.05 | 72.64 | 1 | 0.47 |
| Hex | BF | F2 | 0 | 15 | 0 | 64 | 5 | 49 | 64 | 2F |
| Octal | 277 | 362 | 0 | 25 | 0 | 144 | 5 | 111 | 144 | 57 |
| Binary | 10111111 | 11110010 | 0 | 10101 | 0 | 1100100 | 101 | 1001001 | 1100100 | 101111 |
Color Harmonies of #BFF200
Complementary color
Monochromatic Colors of #BFF200
Black with #BFF200
Text Example
Text Example
White with #BFF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF200; }
p { color: rgb(191,242,0); }
H1.HeaderClassName
{
color: #BFF200;
}
.AnyTagClassName
{
color: #BFF200;
}
</style>
background-color css
<style>
a { background-color: #BFF200; }
a { background-color: rgb(191,242,0); }
div.DivClassName
{
background-color: #BFF200;
}
.BgClassName
{
background-color: #BFF200;
}
</style>
border-color css
<style>
span { border-color: #BFF200; }
span { border-color: rgb(191,242,0); }
td.TdClassName
{
border-color: #BFF200;
}
.TagClassName
{
border-color: #BFF200;
}
</style>