Html Css Color HEX #B0FC1C Green Yellow

📋 copy color: '#B0FC1C'

red 176 ◦ green 252 ◦ blue 28

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

Shades of Green Yellow #B0FC1C

Tints of Green Yellow #B0FC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.14%

R = 38.6%
G = 55.26%
B = 6.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#B0FC1C (or 0xB0FC1C) is known color: Green Yellow. HEX triplet: B0, FC and 1C. RGB value is (176,252,28). Sum of RGB (Red+Green+Blue) = 176+252+28=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 252 (98.83% from 255 or 55.26% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FC1C is #4F03E3. Grayscale: #CCCCCC. Windows color (decimal): -5178340 or 1899696. OLE color: 1899696.

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

Color convert

RGB 176 252 28 -
CMYK 0.30 0 0.89 0.01
HSL 80.36º 0.97% 0.55% -
HSV(B) 80.36º 0.89% 0.99% -
XYZ 52.92 78.93 13.55 -
YUV 203.74 28.82 108.21 -
System Red Green Blue C M Y K H S L
Decimal 176 252 28 0.30 0 0.89 0.01 80.36 0.97 0.55
Hex B0 FC 1C 1E 0 59 1 50 61 37
Octal 260 374 34 36 0 131 1 120 141 67
Binary 10110000 11111100 11100 11110 0 1011001 1 1010000 1100001 110111

Color Harmonies of #B0FC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FC1C

Black with #B0FC1C

Text Example


Text Example

White with #B0FC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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