Html Css Color HEX #2BE777 Emerald

📋 copy color: '#2BE777'

red 43 ◦ green 231 ◦ blue 119

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

Shades of Emerald #2BE777

Tints of Emerald #2BE777

RGB

 RED value IS 43 (17.19% from 255) = 10.94%

 GREEN value IS 231 (90.63% from 255) = 58.78%

 BLUE value IS 119 (46.88% from 255) = 30.28%

R = 10.94%
G = 58.78%
B = 30.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#2BE777 (or 0x2BE777) is known color: Emerald. HEX triplet: 2B, E7 and 77. RGB value is (43,231,119). Sum of RGB (Red+Green+Blue) = 43+231+119=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 231 (90.62% from 255 or 58.78% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE777 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE777 is #D41888. Grayscale: #A2A2A2. Windows color (decimal): -13899913 or 7857963. OLE color: 7857963.

HSL color Cylindrical-coordinate representation of color #2BE777: hue angle of 144.26º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE777 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 231 119 -
CMYK 0.81 0 0.48 0.09
HSL 144.26º 0.8% 0.54% -
HSV(B) 144.26º 0.81% 0.91% -
XYZ 32.9 59 27.11 -
YUV 162.02 103.72 43.11 -
System Red Green Blue C M Y K H S L
Decimal 43 231 119 0.81 0 0.48 0.09 144.26 0.8 0.54
Hex 2B E7 77 51 0 30 9 90 50 36
Octal 53 347 167 121 0 60 11 220 120 66
Binary 101011 11100111 1110111 1010001 0 110000 1001 10010000 1010000 110110

Color Harmonies of #2BE777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE777

Black with #2BE777

Text Example


Text Example

White with #2BE777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BE777; }

 p { color: rgb(43,231,119); }

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

background-color css

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

 a { background-color: rgb(43,231,119); }

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

border-color css

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

 span { border-color: rgb(43,231,119); }

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