Html Css Color HEX #2BE975 Emerald

📋 copy color: '#2BE975'

red 43 ◦ green 233 ◦ blue 117

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

Shades of Emerald #2BE975

Tints of Emerald #2BE975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 59.29%

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 10.94%
G = 59.29%
B = 29.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#2BE975 (or 0x2BE975) is known color: Emerald. HEX triplet: 2B, E9 and 75. RGB value is (43,233,117). Sum of RGB (Red+Green+Blue) = 43+233+117=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 233 (91.41% from 255 or 59.29% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE975 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE975 is #D4168A. Grayscale: #A3A3A3. Windows color (decimal): -13899403 or 7727403. OLE color: 7727403.

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

Color convert

RGB 43 233 117 -
CMYK 0.82 0 0.50 0.09
HSL 143.37º 0.81% 0.54% -
HSV(B) 143.37º 0.82% 0.91% -
XYZ 33.35 60.08 26.67 -
YUV 162.97 102.05 42.43 -
System Red Green Blue C M Y K H S L
Decimal 43 233 117 0.82 0 0.50 0.09 143.37 0.81 0.54
Hex 2B E9 75 52 0 32 9 8F 51 36
Octal 53 351 165 122 0 62 11 217 121 66
Binary 101011 11101001 1110101 1010010 0 110010 1001 10001111 1010001 110110

Color Harmonies of #2BE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE975

Black with #2BE975

Text Example


Text Example

White with #2BE975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,233,117); }

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

background-color css

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

 a { background-color: rgb(43,233,117); }

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

border-color css

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

 span { border-color: rgb(43,233,117); }

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