Html Css Color HEX #B2EF04 Spring Bud

📋 copy color: '#B2EF04'

red 178 ◦ green 239 ◦ blue 4

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

Shades of Spring Bud #B2EF04

Tints of Spring Bud #B2EF04

RGB

 RED value IS 178 (69.92% from 255) = 42.28%

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 42.28%
G = 56.77%
B = 0.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#B2EF04 (or 0xB2EF04) is known color: Spring Bud. HEX triplet: B2, EF and 04. RGB value is (178,239,4). Sum of RGB (Red+Green+Blue) = 178+239+4=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 239 (93.75% from 255 or 56.77% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EF04 is #4D10FB. Grayscale: #C2C2C2. Windows color (decimal): -5050620 or 323506. OLE color: 323506.

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

Color convert

RGB 178 239 4 -
CMYK 0.26 0 0.98 0.06
HSL 75.57º 0.97% 0.48% -
HSV(B) 75.57º 0.98% 0.94% -
XYZ 49.25 71.21 11.26 -
YUV 193.97 20.79 116.61 -
System Red Green Blue C M Y K H S L
Decimal 178 239 4 0.26 0 0.98 0.06 75.57 0.97 0.48
Hex B2 EF 4 1A 0 62 6 4C 61 30
Octal 262 357 4 32 0 142 6 114 141 60
Binary 10110010 11101111 100 11010 0 1100010 110 1001100 1100001 110000

Color Harmonies of #B2EF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EF04

Black with #B2EF04

Text Example


Text Example

White with #B2EF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EF04; }

 p { color: rgb(178,239,4); }

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

background-color css

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

 a { background-color: rgb(178,239,4); }

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

border-color css

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

 span { border-color: rgb(178,239,4); }

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