Html Css Color HEX #B2F02A Green Yellow

📋 copy color: '#B2F02A'

red 178 ◦ green 240 ◦ blue 42

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

Shades of Green Yellow #B2F02A

Tints of Green Yellow #B2F02A

RGB

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

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

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

R = 38.7%
G = 52.17%
B = 9.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#B2F02A (or 0xB2F02A) is known color: Green Yellow. HEX triplet: B2, F0 and 2A. RGB value is (178,240,42). Sum of RGB (Red+Green+Blue) = 178+240+42=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F02A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F02A is #4D0FD5. Grayscale: #C7C7C7. Windows color (decimal): -5050326 or 2814130. OLE color: 2814130.

HSL color Cylindrical-coordinate representation of color #B2F02A: hue angle of 78.79º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2F02A is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 42 -
CMYK 0.26 0 0.82 0.06
HSL 78.79º 0.87% 0.55% -
HSV(B) 78.79º 0.83% 0.94% -
XYZ 49.94 71.95 13.45 -
YUV 198.89 39.46 113.1 -
System Red Green Blue C M Y K H S L
Decimal 178 240 42 0.26 0 0.82 0.06 78.79 0.87 0.55
Hex B2 F0 2A 1A 0 52 6 4F 57 37
Octal 262 360 52 32 0 122 6 117 127 67
Binary 10110010 11110000 101010 11010 0 1010010 110 1001111 1010111 110111

Color Harmonies of #B2F02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F02A

Black with #B2F02A

Text Example


Text Example

White with #B2F02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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