Html Css Color HEX #B0EF02 Spring Bud

📋 copy color: '#B0EF02'

red 176 ◦ green 239 ◦ blue 2

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

Shades of Spring Bud #B0EF02

Tints of Spring Bud #B0EF02

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.31%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 42.21%
G = 57.31%
B = 0.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#B0EF02 (or 0xB0EF02) is known color: Spring Bud. HEX triplet: B0, EF and 02. RGB value is (176,239,2). Sum of RGB (Red+Green+Blue) = 176+239+2=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 239 (93.75% from 255 or 57.31% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EF02 is #4F10FD. Grayscale: #C2C2C2. Windows color (decimal): -5181694 or 192432. OLE color: 192432.

HSL color Cylindrical-coordinate representation of color #B0EF02: hue angle of 75.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0EF02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 2 -
CMYK 0.26 0 0.99 0.06
HSL 75.95º 0.98% 0.47% -
HSV(B) 75.95º 0.99% 0.94% -
XYZ 48.78 70.97 11.18 -
YUV 193.15 20.13 115.77 -
System Red Green Blue C M Y K H S L
Decimal 176 239 2 0.26 0 0.99 0.06 75.95 0.98 0.47
Hex B0 EF 2 1A 0 63 6 4C 62 2F
Octal 260 357 2 32 0 143 6 114 142 57
Binary 10110000 11101111 10 11010 0 1100011 110 1001100 1100010 101111

Color Harmonies of #B0EF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EF02

Black with #B0EF02

Text Example


Text Example

White with #B0EF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EF02; }

 p { color: rgb(176,239,2); }

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

background-color css

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

 a { background-color: rgb(176,239,2); }

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

border-color css

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

 span { border-color: rgb(176,239,2); }

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