Html Css Color HEX #B2F031 Green Yellow

📋 copy color: '#B2F031'

red 178 ◦ green 240 ◦ blue 49

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

Shades of Green Yellow #B2F031

Tints of Green Yellow #B2F031

RGB

 RED value IS 178 (69.92% from 255) = 38.12%

 GREEN value IS 240 (94.14% from 255) = 51.39%

 BLUE value IS 49 (19.53% from 255) = 10.49%

R = 38.12%
G = 51.39%
B = 10.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#B2F031 (or 0xB2F031) is known color: Green Yellow. HEX triplet: B2, F0 and 31. RGB value is (178,240,49). Sum of RGB (Red+Green+Blue) = 178+240+49=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F031 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F031 is #4D0FCE. Grayscale: #C8C8C8. Windows color (decimal): -5050319 or 3272882. OLE color: 3272882.

HSL color Cylindrical-coordinate representation of color #B2F031: hue angle of 79.48º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2F031 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 49 -
CMYK 0.26 0 0.80 0.06
HSL 79.48º 0.86% 0.57% -
HSV(B) 79.48º 0.8% 0.94% -
XYZ 50.07 72.01 14.17 -
YUV 199.69 42.96 112.53 -
System Red Green Blue C M Y K H S L
Decimal 178 240 49 0.26 0 0.80 0.06 79.48 0.86 0.57
Hex B2 F0 31 1A 0 50 6 4F 56 39
Octal 262 360 61 32 0 120 6 117 126 71
Binary 10110010 11110000 110001 11010 0 1010000 110 1001111 1010110 111001

Color Harmonies of #B2F031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F031

Black with #B2F031

Text Example


Text Example

White with #B2F031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F031; }

 p { color: rgb(178,240,49); }

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

background-color css

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

 a { background-color: rgb(178,240,49); }

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

border-color css

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

 span { border-color: rgb(178,240,49); }

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