Html Css Color HEX #B0ED02 Spring Bud

📋 copy color: '#B0ED02'

red 176 ◦ green 237 ◦ blue 2

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

Shades of Spring Bud #B0ED02

Tints of Spring Bud #B0ED02

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.11%

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

R = 42.41%
G = 57.11%
B = 0.48%

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

#B0ED02 (or 0xB0ED02) is known color: Spring Bud. HEX triplet: B0, ED and 02. RGB value is (176,237,2). Sum of RGB (Red+Green+Blue) = 176+237+2=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0ED02 is #4F12FD. Grayscale: #C0C0C0. Windows color (decimal): -5182206 or 191920. OLE color: 191920.

HSL color Cylindrical-coordinate representation of color #B0ED02: hue angle of 75.57º 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 #B0ED02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 2 -
CMYK 0.26 0 0.99 0.07
HSL 75.57º 0.98% 0.47% -
HSV(B) 75.57º 0.99% 0.93% -
XYZ 48.2 69.8 10.99 -
YUV 191.97 20.79 116.61 -
System Red Green Blue C M Y K H S L
Decimal 176 237 2 0.26 0 0.99 0.07 75.57 0.98 0.47
Hex B0 ED 2 1A 0 63 7 4C 62 2F
Octal 260 355 2 32 0 143 7 114 142 57
Binary 10110000 11101101 10 11010 0 1100011 111 1001100 1100010 101111

Color Harmonies of #B0ED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED02

Black with #B0ED02

Text Example


Text Example

White with #B0ED02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED02; }

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

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

background-color css

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

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

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

border-color css

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

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

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