Html Css Color HEX #B2EF02 Spring Bud

📋 copy color: '#B2EF02'

red 178 ◦ green 239 ◦ blue 2

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

Shades of Spring Bud #B2EF02

Tints of Spring Bud #B2EF02

RGB

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

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

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

R = 42.48%
G = 57.04%
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

#B2EF02 (or 0xB2EF02) is known color: Spring Bud. HEX triplet: B2, EF and 02. RGB value is (178,239,2). Sum of RGB (Red+Green+Blue) = 178+239+2=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EF02 is #4D10FD. Grayscale: #C2C2C2. Windows color (decimal): -5050622 or 192434. OLE color: 192434.

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

Color convert

RGB 178 239 2 -
CMYK 0.26 0 0.99 0.06
HSL 75.44º 0.98% 0.47% -
HSV(B) 75.44º 0.99% 0.94% -
XYZ 49.24 71.2 11.21 -
YUV 193.74 19.79 116.77 -
System Red Green Blue C M Y K H S L
Decimal 178 239 2 0.26 0 0.99 0.06 75.44 0.98 0.47
Hex B2 EF 2 1A 0 63 6 4B 62 2F
Octal 262 357 2 32 0 143 6 113 142 57
Binary 10110010 11101111 10 11010 0 1100011 110 1001011 1100010 101111

Color Harmonies of #B2EF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EF02

Black with #B2EF02

Text Example


Text Example

White with #B2EF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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