Html Css Color HEX #B0EA2F Green Yellow

📋 copy color: '#B0EA2F'

red 176 ◦ green 234 ◦ blue 47

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

Shades of Green Yellow #B0EA2F

Tints of Green Yellow #B0EA2F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.2%

 BLUE value IS 47 (18.75% from 255) = 10.28%

R = 38.51%
G = 51.2%
B = 10.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#B0EA2F (or 0xB0EA2F) is known color: Green Yellow. HEX triplet: B0, EA and 2F. RGB value is (176,234,47). Sum of RGB (Red+Green+Blue) = 176+234+47=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EA2F is #4F15D0. Grayscale: #C4C4C4. Windows color (decimal): -5182929 or 3140272. OLE color: 3140272.

HSL color Cylindrical-coordinate representation of color #B0EA2F: hue angle of 78.61º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0EA2F is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 47 -
CMYK 0.25 0 0.80 0.08
HSL 78.61º 0.82% 0.55% -
HSV(B) 78.61º 0.8% 0.92% -
XYZ 47.84 68.28 13.35 -
YUV 195.34 44.28 114.21 -
System Red Green Blue C M Y K H S L
Decimal 176 234 47 0.25 0 0.80 0.08 78.61 0.82 0.55
Hex B0 EA 2F 19 0 50 8 4F 52 37
Octal 260 352 57 31 0 120 10 117 122 67
Binary 10110000 11101010 101111 11001 0 1010000 1000 1001111 1010010 110111

Color Harmonies of #B0EA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EA2F

Black with #B0EA2F

Text Example


Text Example

White with #B0EA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EA2F; }

 p { color: rgb(176,234,47); }

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

background-color css

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

 a { background-color: rgb(176,234,47); }

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

border-color css

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

 span { border-color: rgb(176,234,47); }

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