Html Css Color HEX #B2FD2A Green Yellow

📋 copy color: '#B2FD2A'

red 178 ◦ green 253 ◦ blue 42

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

Shades of Green Yellow #B2FD2A

Tints of Green Yellow #B2FD2A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.49%

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

R = 37.63%
G = 53.49%
B = 8.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#B2FD2A (or 0xB2FD2A) is known color: Green Yellow. HEX triplet: B2, FD and 2A. RGB value is (178,253,42). Sum of RGB (Red+Green+Blue) = 178+253+42=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FD2A is #4D02D5. Grayscale: #CFCFCF. Windows color (decimal): -5046998 or 2817458. OLE color: 2817458.

HSL color Cylindrical-coordinate representation of color #B2FD2A: hue angle of 81.33º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2FD2A is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 253 42 -
CMYK 0.30 0 0.83 0.01
HSL 81.33º 0.98% 0.58% -
HSV(B) 81.33º 0.83% 0.99% -
XYZ 53.9 79.88 14.77 -
YUV 206.52 35.15 107.66 -
System Red Green Blue C M Y K H S L
Decimal 178 253 42 0.30 0 0.83 0.01 81.33 0.98 0.58
Hex B2 FD 2A 1E 0 53 1 51 62 3A
Octal 262 375 52 36 0 123 1 121 142 72
Binary 10110010 11111101 101010 11110 0 1010011 1 1010001 1100010 111010

Color Harmonies of #B2FD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FD2A

Black with #B2FD2A

Text Example


Text Example

White with #B2FD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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