Html Css Color HEX #B0FC2D Green Yellow

📋 copy color: '#B0FC2D'

red 176 ◦ green 252 ◦ blue 45

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

Shades of Green Yellow #B0FC2D

Tints of Green Yellow #B0FC2D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.28%

 BLUE value IS 45 (17.97% from 255) = 9.51%

R = 37.21%
G = 53.28%
B = 9.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#B0FC2D (or 0xB0FC2D) is known color: Green Yellow. HEX triplet: B0, FC and 2D. RGB value is (176,252,45). Sum of RGB (Red+Green+Blue) = 176+252+45=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FC2D is #4F03D2. Grayscale: #CECECE. Windows color (decimal): -5178323 or 3013808. OLE color: 3013808.

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

Color convert

RGB 176 252 45 -
CMYK 0.30 0 0.82 0.01
HSL 82.03º 0.97% 0.58% -
HSV(B) 82.03º 0.82% 0.99% -
XYZ 53.19 79.04 14.94 -
YUV 205.68 37.32 106.83 -
System Red Green Blue C M Y K H S L
Decimal 176 252 45 0.30 0 0.82 0.01 82.03 0.97 0.58
Hex B0 FC 2D 1E 0 52 1 52 61 3A
Octal 260 374 55 36 0 122 1 122 141 72
Binary 10110000 11111100 101101 11110 0 1010010 1 1010010 1100001 111010

Color Harmonies of #B0FC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FC2D

Black with #B0FC2D

Text Example


Text Example

White with #B0FC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FC2D; }

 p { color: rgb(176,252,45); }

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

background-color css

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

 a { background-color: rgb(176,252,45); }

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

border-color css

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

 span { border-color: rgb(176,252,45); }

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