Html Css Color HEX #B0EE03 Spring Bud

📋 copy color: '#B0EE03'

red 176 ◦ green 238 ◦ blue 3

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

Shades of Spring Bud #B0EE03

Tints of Spring Bud #B0EE03

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.07%

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 42.21%
G = 57.07%
B = 0.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#B0EE03 (or 0xB0EE03) is known color: Spring Bud. HEX triplet: B0, EE and 03. RGB value is (176,238,3). Sum of RGB (Red+Green+Blue) = 176+238+3=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 238 (93.36% from 255 or 57.07% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EE03 is #4F11FC. Grayscale: #C1C1C1. Windows color (decimal): -5181949 or 257712. OLE color: 257712.

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

Color convert

RGB 176 238 3 -
CMYK 0.26 0 0.99 0.07
HSL 75.83º 0.98% 0.47% -
HSV(B) 75.83º 0.99% 0.93% -
XYZ 48.5 70.39 11.12 -
YUV 192.67 20.96 116.11 -
System Red Green Blue C M Y K H S L
Decimal 176 238 3 0.26 0 0.99 0.07 75.83 0.98 0.47
Hex B0 EE 3 1A 0 63 7 4C 62 2F
Octal 260 356 3 32 0 143 7 114 142 57
Binary 10110000 11101110 11 11010 0 1100011 111 1001100 1100010 101111

Color Harmonies of #B0EE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EE03

Black with #B0EE03

Text Example


Text Example

White with #B0EE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EE03; }

 p { color: rgb(176,238,3); }

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

background-color css

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

 a { background-color: rgb(176,238,3); }

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

border-color css

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

 span { border-color: rgb(176,238,3); }

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