Html Css Color HEX #B0FB3C Green Yellow

📋 copy color: '#B0FB3C'

red 176 ◦ green 251 ◦ blue 60

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

Shades of Green Yellow #B0FB3C

Tints of Green Yellow #B0FB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.32%

R = 36.14%
G = 51.54%
B = 12.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#B0FB3C (or 0xB0FB3C) is known color: Green Yellow. HEX triplet: B0, FB and 3C. RGB value is (176,251,60). Sum of RGB (Red+Green+Blue) = 176+251+60=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FB3C is #4F04C3. Grayscale: #CFCFCF. Windows color (decimal): -5178564 or 3996592. OLE color: 3996592.

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

Color convert

RGB 176 251 60 -
CMYK 0.30 0 0.76 0.02
HSL 83.56º 0.96% 0.61% -
HSV(B) 83.56º 0.76% 0.98% -
XYZ 53.22 78.55 16.63 -
YUV 206.8 45.15 106.03 -
System Red Green Blue C M Y K H S L
Decimal 176 251 60 0.30 0 0.76 0.02 83.56 0.96 0.61
Hex B0 FB 3C 1E 0 4C 2 54 60 3D
Octal 260 373 74 36 0 114 2 124 140 75
Binary 10110000 11111011 111100 11110 0 1001100 10 1010100 1100000 111101

Color Harmonies of #B0FB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB3C

Black with #B0FB3C

Text Example


Text Example

White with #B0FB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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