Html Css Color HEX #B2EC3E Conifer

📋 copy color: '#B2EC3E'

red 178 ◦ green 236 ◦ blue 62

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

Shades of Conifer #B2EC3E

Tints of Conifer #B2EC3E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.58%

 BLUE value IS 62 (24.61% from 255) = 13.03%

R = 37.39%
G = 49.58%
B = 13.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#B2EC3E (or 0xB2EC3E) is known color: Conifer. HEX triplet: B2, EC and 3E. RGB value is (178,236,62). Sum of RGB (Red+Green+Blue) = 178+236+62=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EC3E is #4D13C1. Grayscale: #C7C7C7. Windows color (decimal): -5051330 or 4123826. OLE color: 4123826.

HSL color Cylindrical-coordinate representation of color #B2EC3E: hue angle of 80º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2EC3E is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 236 62 -
CMYK 0.25 0 0.74 0.07
HSL 80º 0.82% 0.58% -
HSV(B) 80º 0.74% 0.93% -
XYZ 49.23 69.8 15.44 -
YUV 198.82 50.78 113.15 -
System Red Green Blue C M Y K H S L
Decimal 178 236 62 0.25 0 0.74 0.07 80 0.82 0.58
Hex B2 EC 3E 19 0 4A 7 50 52 3A
Octal 262 354 76 31 0 112 7 120 122 72
Binary 10110010 11101100 111110 11001 0 1001010 111 1010000 1010010 111010

Color Harmonies of #B2EC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EC3E

Black with #B2EC3E

Text Example


Text Example

White with #B2EC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EC3E; }

 p { color: rgb(178,236,62); }

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

background-color css

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

 a { background-color: rgb(178,236,62); }

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

border-color css

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

 span { border-color: rgb(178,236,62); }

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