Html Css Color HEX #B2F134 Green Yellow

📋 copy color: '#B2F134'

red 178 ◦ green 241 ◦ blue 52

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

Shades of Green Yellow #B2F134

Tints of Green Yellow #B2F134

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.17%

 BLUE value IS 52 (20.7% from 255) = 11.04%

R = 37.79%
G = 51.17%
B = 11.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#B2F134 (or 0xB2F134) is known color: Green Yellow. HEX triplet: B2, F1 and 34. RGB value is (178,241,52). Sum of RGB (Red+Green+Blue) = 178+241+52=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F134 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F134 is #4D0ECB. Grayscale: #C9C9C9. Windows color (decimal): -5050060 or 3469746. OLE color: 3469746.

HSL color Cylindrical-coordinate representation of color #B2F134: hue angle of 80º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2F134 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 241 52 -
CMYK 0.26 0 0.78 0.05
HSL 80º 0.87% 0.57% -
HSV(B) 80º 0.78% 0.95% -
XYZ 50.44 72.62 14.61 -
YUV 200.62 44.13 111.87 -
System Red Green Blue C M Y K H S L
Decimal 178 241 52 0.26 0 0.78 0.05 80 0.87 0.57
Hex B2 F1 34 1A 0 4E 5 50 57 39
Octal 262 361 64 32 0 116 5 120 127 71
Binary 10110010 11110001 110100 11010 0 1001110 101 1010000 1010111 111001

Color Harmonies of #B2F134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F134

Black with #B2F134

Text Example


Text Example

White with #B2F134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F134; }

 p { color: rgb(178,241,52); }

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

background-color css

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

 a { background-color: rgb(178,241,52); }

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

border-color css

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

 span { border-color: rgb(178,241,52); }

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