Shades of Electric Lime #BFFC02
Tints of Electric Lime #BFFC02
RGB
CMYK
RGB Variations
Color information
#BFFC02 (or 0xBFFC02) is known color: Electric Lime. HEX triplet: BF, FC and 02. RGB value is (191,252,2). Sum of RGB (Red+Green+Blue) = 191+252+2=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 252 (98.83% from 255 or 56.63% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC02 is #4003FD. Grayscale: #CECECE. Windows color (decimal): -4195326 or 195775. OLE color: 195775.
HSL color Cylindrical-coordinate representation of color #BFFC02: hue angle of 74.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFFC02 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.01 |
| HSL | 74.64º | 0.98% | 0.5% | - |
| HSV(B) | 74.64º | 0.99% | 0.99% | - |
| XYZ | 56.31 | 80.7 | 12.67 | - |
| YUV | 205.26 | 13.29 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 2 | 0.24 | 0 | 0.99 | 0.01 | 74.64 | 0.98 | 0.5 |
| Hex | BF | FC | 2 | 18 | 0 | 63 | 1 | 4B | 62 | 32 |
| Octal | 277 | 374 | 2 | 30 | 0 | 143 | 1 | 113 | 142 | 62 |
| Binary | 10111111 | 11111100 | 10 | 11000 | 0 | 1100011 | 1 | 1001011 | 1100010 | 110010 |
Color Harmonies of #BFFC02
Complementary color
Monochromatic Colors of #BFFC02
Black with #BFFC02
Text Example
Text Example
White with #BFFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC02; }
p { color: rgb(191,252,2); }
H1.HeaderClassName
{
color: #BFFC02;
}
.AnyTagClassName
{
color: #BFFC02;
}
</style>
background-color css
<style>
a { background-color: #BFFC02; }
a { background-color: rgb(191,252,2); }
div.DivClassName
{
background-color: #BFFC02;
}
.BgClassName
{
background-color: #BFFC02;
}
</style>
border-color css
<style>
span { border-color: #BFFC02; }
span { border-color: rgb(191,252,2); }
td.TdClassName
{
border-color: #BFFC02;
}
.TagClassName
{
border-color: #BFFC02;
}
</style>