Html Css Color HEX #2BEA74 Spring Green

📋 copy color: '#2BEA74'

red 43 ◦ green 234 ◦ blue 116

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

Shades of Spring Green #2BEA74

Tints of Spring Green #2BEA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 10.94%
G = 59.54%
B = 29.52%

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

#2BEA74 (or 0x2BEA74) is known color: Spring Green. HEX triplet: 2B, EA and 74. RGB value is (43,234,116). Sum of RGB (Red+Green+Blue) = 43+234+116=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 234 (91.80% from 255 or 59.54% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA74 is #D4158B. Grayscale: #A3A3A3. Windows color (decimal): -13899148 or 7662123. OLE color: 7662123.

HSL color Cylindrical-coordinate representation of color #2BEA74: hue angle of 142.93º 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 #2BEA74 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 116 -
CMYK 0.82 0 0.50 0.08
HSL 142.93º 0.82% 0.54% -
HSV(B) 142.93º 0.82% 0.92% -
XYZ 33.57 60.62 26.45 -
YUV 163.44 101.22 42.09 -
System Red Green Blue C M Y K H S L
Decimal 43 234 116 0.82 0 0.50 0.08 142.93 0.82 0.54
Hex 2B EA 74 52 0 32 8 8F 52 36
Octal 53 352 164 122 0 62 10 217 122 66
Binary 101011 11101010 1110100 1010010 0 110010 1000 10001111 1010010 110110

Color Harmonies of #2BEA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEA74

Black with #2BEA74

Text Example


Text Example

White with #2BEA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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