Html Css Color HEX #2BEA76 Spring Green

📋 copy color: '#2BEA76'

red 43 ◦ green 234 ◦ blue 118

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

Shades of Spring Green #2BEA76

Tints of Spring Green #2BEA76

RGB

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

 GREEN value IS 234 (91.8% from 255) = 59.24%

 BLUE value IS 118 (46.48% from 255) = 29.87%

R = 10.89%
G = 59.24%
B = 29.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#2BEA76 (or 0x2BEA76) is known color: Spring Green. HEX triplet: 2B, EA and 76. RGB value is (43,234,118). Sum of RGB (Red+Green+Blue) = 43+234+118=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 234 (91.80% from 255 or 59.24% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA76 is #D41589. Grayscale: #A3A3A3. Windows color (decimal): -13899146 or 7793195. OLE color: 7793195.

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

Color convert

RGB 43 234 118 -
CMYK 0.82 0 0.50 0.08
HSL 143.56º 0.82% 0.54% -
HSV(B) 143.56º 0.82% 0.92% -
XYZ 33.69 60.67 27.07 -
YUV 163.67 102.22 41.93 -
System Red Green Blue C M Y K H S L
Decimal 43 234 118 0.82 0 0.50 0.08 143.56 0.82 0.54
Hex 2B EA 76 52 0 32 8 90 52 36
Octal 53 352 166 122 0 62 10 220 122 66
Binary 101011 11101010 1110110 1010010 0 110010 1000 10010000 1010010 110110

Color Harmonies of #2BEA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEA76

Black with #2BEA76

Text Example


Text Example

White with #2BEA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,234,118); }

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

background-color css

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

 a { background-color: rgb(43,234,118); }

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

border-color css

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

 span { border-color: rgb(43,234,118); }

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