#B0FB3E

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

Shades of Green Yellow #B0FB3E

Tints of Green Yellow #B0FB3E

Color information

#B0FB3E (or 0xB0FB3E) is unknown color: approx Green Yellow. HEX triplet: B0, FB and 3E. RGB value is (176,251,62). Sum of RGB (Red+Green+Blue) = 176+251+62=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FB3E is #4F04C1. Grayscale: #CFCFCF. Windows color (decimal): -5178562 or 4127664. OLE color: 4127664.

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

Color convert

RGB17625162-
CMYK0.3000.750.02
HSL83.81º95.94%61.37%-
HSV(B)83.81º75.3%98.43%-
XYZ53.2778.5716.92-
YUV207.0346.15105.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 251 (98.44% from 255) = 51.33%
BLUE value IS 62 (24.61% from 255) = 12.68%
R=35.99%
G=51.33%
B=12.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176251620.3000.750.0283.8195.9461.37
HexB0FB3E1E04B254603d
Octal26037376360113212414075
Binary101100001111101111111011110010010111010101001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FB3E; }

 p { color: rgb(176,251,62); }

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

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

 a { background-color: rgb(176,251,62); }

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

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

 span { border-color: rgb(176,251,62); }

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