Html Css Color HEX #B2F124 Green Yellow

📋 copy color: '#B2F124'

red 178 ◦ green 241 ◦ blue 36

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

Shades of Green Yellow #B2F124

Tints of Green Yellow #B2F124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.91%

R = 39.12%
G = 52.97%
B = 7.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#B2F124 (or 0xB2F124) is known color: Green Yellow. HEX triplet: B2, F1 and 24. RGB value is (178,241,36). Sum of RGB (Red+Green+Blue) = 178+241+36=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F124 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F124 is #4D0EDB. Grayscale: #C7C7C7. Windows color (decimal): -5050076 or 2421170. OLE color: 2421170.

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

Color convert

RGB 178 241 36 -
CMYK 0.26 0 0.85 0.05
HSL 78.44º 0.88% 0.54% -
HSV(B) 78.44º 0.85% 0.95% -
XYZ 50.13 72.5 13.02 -
YUV 198.79 36.13 113.17 -
System Red Green Blue C M Y K H S L
Decimal 178 241 36 0.26 0 0.85 0.05 78.44 0.88 0.54
Hex B2 F1 24 1A 0 55 5 4E 58 36
Octal 262 361 44 32 0 125 5 116 130 66
Binary 10110010 11110001 100100 11010 0 1010101 101 1001110 1011000 110110

Color Harmonies of #B2F124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F124

Black with #B2F124

Text Example


Text Example

White with #B2F124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F124; }

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

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

background-color css

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

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

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

border-color css

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

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

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