Html Css Color HEX #B2F12F Green Yellow

📋 copy color: '#B2F12F'

red 178 ◦ green 241 ◦ blue 47

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

Shades of Green Yellow #B2F12F

Tints of Green Yellow #B2F12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 38.2%
G = 51.72%
B = 10.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#B2F12F (or 0xB2F12F) is known color: Green Yellow. HEX triplet: B2, F1 and 2F. RGB value is (178,241,47). Sum of RGB (Red+Green+Blue) = 178+241+47=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F12F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F12F is #4D0ED0. Grayscale: #C8C8C8. Windows color (decimal): -5050065 or 3142066. OLE color: 3142066.

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

Color convert

RGB 178 241 47 -
CMYK 0.26 0 0.80 0.05
HSL 79.48º 0.87% 0.56% -
HSV(B) 79.48º 0.8% 0.95% -
XYZ 50.33 72.58 14.05 -
YUV 200.05 41.63 112.27 -
System Red Green Blue C M Y K H S L
Decimal 178 241 47 0.26 0 0.80 0.05 79.48 0.87 0.56
Hex B2 F1 2F 1A 0 50 5 4F 57 38
Octal 262 361 57 32 0 120 5 117 127 70
Binary 10110010 11110001 101111 11010 0 1010000 101 1001111 1010111 111000

Color Harmonies of #B2F12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F12F

Black with #B2F12F

Text Example


Text Example

White with #B2F12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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