#BFFF2C

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

Shades of Green Yellow #BFFF2C

Tints of Green Yellow #BFFF2C

Color information

#BFFF2C (or 0xBFFF2C) is unknown color: approx Green Yellow. HEX triplet: BF, FF and 2C. RGB value is (191,255,44). Sum of RGB (Red+Green+Blue) = 191+255+44=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF2C is #4000D3. Grayscale: #D4D4D4. Windows color (decimal): -4194516 or 2949055. OLE color: 2949055.

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

Color convert

RGB19125544-
CMYK0.2500.830
HSL78.2º100%58.63%-
HSV(B)78.2º82.75%100%-
XYZ57.782.7815.32-
YUV211.8133.3113.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 255 (100% from 255) = 52.04%
BLUE value IS 44 (17.58% from 255) = 8.98%
R=38.98%
G=52.04%
B=8.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191255440.2500.83078.210058.63
HexBFFF2C1905304e643b
Octal27737754310123011614473
Binary10111111111111111011001100101010011010011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF2C; }

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

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

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

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

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

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

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

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