Html Css Color HEX #B0FF2A Green Yellow

📋 copy color: '#B0FF2A'

red 176 ◦ green 255 ◦ blue 42

#B0FF2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #B0FF2A

Tints of Green Yellow #B0FF2A

RGB

 RED value IS 176 (69.14% from 255) = 37.21%

 GREEN value IS 255 (100% from 255) = 53.91%

 BLUE value IS 42 (16.8% from 255) = 8.88%

R = 37.21%
G = 53.91%
B = 8.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#B0FF2A (or 0xB0FF2A) is known color: Green Yellow. HEX triplet: B0, FF and 2A. RGB value is (176,255,42). Sum of RGB (Red+Green+Blue) = 176+255+42=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FF2A is #4F00D5. Grayscale: #CFCFCF. Windows color (decimal): -5177558 or 2817968. OLE color: 2817968.

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

Color convert

RGB 176 255 42 -
CMYK 0.31 0 0.84 0
HSL 82.25º 1% 0.58% -
HSV(B) 82.25º 0.84% 1% -
XYZ 54.08 80.92 14.96 -
YUV 207.1 34.83 105.82 -
System Red Green Blue C M Y K H S L
Decimal 176 255 42 0.31 0 0.84 0 82.25 1 0.58
Hex B0 FF 2A 1F 0 54 0 52 64 3A
Octal 260 377 52 37 0 124 0 122 144 72
Binary 10110000 11111111 101010 11111 0 1010100 0 1010010 1100100 111010

Color Harmonies of #B0FF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF2A

Black with #B0FF2A

Text Example


Text Example

White with #B0FF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF2A; }

 p { color: rgb(176,255,42); }

 H1.HeaderClassName
 {
   color: #B0FF2A;
 }
 .AnyTagClassName
 {
   color: #B0FF2A;
 }
</style>

background-color css

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

 a { background-color: rgb(176,255,42); }

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

border-color css

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

 span { border-color: rgb(176,255,42); }

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