Html Css Color HEX #B0FB2A Green Yellow

📋 copy color: '#B0FB2A'

red 176 ◦ green 251 ◦ blue 42

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

Shades of Green Yellow #B0FB2A

Tints of Green Yellow #B0FB2A

RGB

 RED value IS 176 (69.14% from 255) = 37.53%

 GREEN value IS 251 (98.44% from 255) = 53.52%

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

R = 37.53%
G = 53.52%
B = 8.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#B0FB2A (or 0xB0FB2A) is known color: Green Yellow. HEX triplet: B0, FB and 2A. RGB value is (176,251,42). Sum of RGB (Red+Green+Blue) = 176+251+42=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FB2A is #4F04D5. Grayscale: #CDCDCD. Windows color (decimal): -5178582 or 2816944. OLE color: 2816944.

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

Color convert

RGB 176 251 42 -
CMYK 0.30 0 0.83 0.02
HSL 81.53º 0.96% 0.57% -
HSV(B) 81.53º 0.83% 0.98% -
XYZ 52.82 78.39 14.54 -
YUV 204.75 36.15 107.49 -
System Red Green Blue C M Y K H S L
Decimal 176 251 42 0.30 0 0.83 0.02 81.53 0.96 0.57
Hex B0 FB 2A 1E 0 53 2 52 60 39
Octal 260 373 52 36 0 123 2 122 140 71
Binary 10110000 11111011 101010 11110 0 1010011 10 1010010 1100000 111001

Color Harmonies of #B0FB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB2A

Black with #B0FB2A

Text Example


Text Example

White with #B0FB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB2A; }

 p { color: rgb(176,251,42); }

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

background-color css

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

 a { background-color: rgb(176,251,42); }

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

border-color css

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

 span { border-color: rgb(176,251,42); }

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