#BFFF2B

Color #BFFF2B Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #BFFF2B

Tints of Green Yellow #BFFF2B

Color information

#BFFF2B (or 0xBFFF2B) is unknown color: approx Green Yellow. HEX triplet: BF, FF and 2B. RGB value is (191,255,43). Sum of RGB (Red+Green+Blue) = 191+255+43=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF2B is #4000D4. Grayscale: #D4D4D4. Windows color (decimal): -4194517 or 2883519. OLE color: 2883519.

HSL color Cylindrical-coordinate representation of color #BFFF2B: hue angle of 78.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFFF2B is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB19125543-
CMYK0.2500.830
HSL78.11º100%58.43%-
HSV(B)78.11º83.14%100%-
XYZ57.6882.7715.22-
YUV211.732.8113.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 255 (100% from 255) = 52.15%
BLUE value IS 43 (17.19% from 255) = 8.79%
R=39.06%
G=52.15%
B=8.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191255430.2500.83078.1110058.43
HexBFFF2B1905304e643a
Octal27737753310123011614472
Binary10111111111111111010111100101010011010011101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF2B; }

 p { color: rgb(191,255,43); }

 H1.HeaderClassName
 {
   color: #BFFF2B;
 }
 .AnyTagClassName
 {
   color: #BFFF2B;
 }
</style>
background-color css

<style>
 a { background-color: #BFFF2B; }

 a { background-color: rgb(191,255,43); }

 div.DivClassName
 {
   background-color: #BFFF2B;
 }
 .BgClassName
 {
   background-color: #BFFF2B;
 }
</style>
border-color css

<style>
 span { border-color: #BFFF2B; }

 span { border-color: rgb(191,255,43); }

 td.TdClassName
 {
   border-color: #BFFF2B;
 }
 .TagClassName
 {
   border-color: #BFFF2B;
 }
</style>