Html Css Color HEX #B2FF42 Green Yellow

📋 copy color: '#B2FF42'

red 178 ◦ green 255 ◦ blue 66

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

Shades of Green Yellow #B2FF42

Tints of Green Yellow #B2FF42

RGB

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

 GREEN value IS 255 (100% from 255) = 51.1%

 BLUE value IS 66 (26.17% from 255) = 13.23%

R = 35.67%
G = 51.1%
B = 13.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#B2FF42 (or 0xB2FF42) is known color: Green Yellow. HEX triplet: B2, FF and 42. RGB value is (178,255,66). Sum of RGB (Red+Green+Blue) = 178+255+66=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FF42 is #4D00BD. Grayscale: #D3D3D3. Windows color (decimal): -5046462 or 4390834. OLE color: 4390834.

HSL color Cylindrical-coordinate representation of color #B2FF42: hue angle of 84.44º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2FF42 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 66 -
CMYK 0.30 0 0.74 0
HSL 84.44º 1% 0.63% -
HSV(B) 84.44º 0.74% 1% -
XYZ 55.1 81.38 17.96 -
YUV 210.43 46.49 104.87 -
System Red Green Blue C M Y K H S L
Decimal 178 255 66 0.30 0 0.74 0 84.44 1 0.63
Hex B2 FF 42 1E 0 4A 0 54 64 3F
Octal 262 377 102 36 0 112 0 124 144 77
Binary 10110010 11111111 1000010 11110 0 1001010 0 1010100 1100100 111111

Color Harmonies of #B2FF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FF42

Black with #B2FF42

Text Example


Text Example

White with #B2FF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FF42; }

 p { color: rgb(178,255,66); }

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

background-color css

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

 a { background-color: rgb(178,255,66); }

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

border-color css

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

 span { border-color: rgb(178,255,66); }

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