#B2FF40

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

Shades of Green Yellow #B2FF40

Tints of Green Yellow #B2FF40

Color information

#B2FF40 (or 0xB2FF40) is unknown color: approx Green Yellow. HEX triplet: B2, FF and 40. RGB value is (178,255,64). Sum of RGB (Red+Green+Blue) = 178+255+64=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FF40 is #4D00BF. Grayscale: #D2D2D2. Windows color (decimal): -5046464 or 4259762. OLE color: 4259762.

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

Color convert

RGB17825564-
CMYK0.3000.750
HSL84.19º100%62.55%-
HSV(B)84.19º74.9%100%-
XYZ55.0581.3617.65-
YUV210.245.49105.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 255 (100% from 255) = 51.31%
BLUE value IS 64 (25.39% from 255) = 12.88%
R=35.81%
G=51.31%
B=12.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178255640.3000.75084.1910062.55
HexB2FF401E04B054643f
Octal262377100360113012414477
Binary101100101111111110000001111001001011010101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FF40; }

 p { color: rgb(178,255,64); }

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

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

 a { background-color: rgb(178,255,64); }

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

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

 span { border-color: rgb(178,255,64); }

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