Html Css Color HEX #B0EA2D Green Yellow

📋 copy color: '#B0EA2D'

red 176 ◦ green 234 ◦ blue 45

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

Shades of Green Yellow #B0EA2D

Tints of Green Yellow #B0EA2D

RGB

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

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

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

R = 38.68%
G = 51.43%
B = 9.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#B0EA2D (or 0xB0EA2D) is known color: Green Yellow. HEX triplet: B0, EA and 2D. RGB value is (176,234,45). Sum of RGB (Red+Green+Blue) = 176+234+45=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 234 (91.80% from 255 or 51.43% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EA2D is #4F15D2. Grayscale: #C3C3C3. Windows color (decimal): -5182931 or 3009200. OLE color: 3009200.

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

Color convert

RGB 176 234 45 -
CMYK 0.25 0 0.81 0.08
HSL 78.41º 0.82% 0.55% -
HSV(B) 78.41º 0.81% 0.92% -
XYZ 47.8 68.27 13.14 -
YUV 195.11 43.28 114.37 -
System Red Green Blue C M Y K H S L
Decimal 176 234 45 0.25 0 0.81 0.08 78.41 0.82 0.55
Hex B0 EA 2D 19 0 51 8 4E 52 37
Octal 260 352 55 31 0 121 10 116 122 67
Binary 10110000 11101010 101101 11001 0 1010001 1000 1001110 1010010 110111

Color Harmonies of #B0EA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EA2D

Black with #B0EA2D

Text Example


Text Example

White with #B0EA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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