Html Css Color HEX #2BF69D Medium Spring Green

📋 copy color: '#2BF69D'

red 43 ◦ green 246 ◦ blue 157

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

Shades of Medium Spring Green #2BF69D

Tints of Medium Spring Green #2BF69D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 55.16%

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 9.64%
G = 55.16%
B = 35.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#2BF69D (or 0x2BF69D) is known color: Medium Spring Green. HEX triplet: 2B, F6 and 9D. RGB value is (43,246,157). Sum of RGB (Red+Green+Blue) = 43+246+157=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 246 (96.48% from 255 or 55.16% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF69D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF69D is #D40962. Grayscale: #AFAFAF. Windows color (decimal): -13896035 or 10352171. OLE color: 10352171.

HSL color Cylindrical-coordinate representation of color #2BF69D: hue angle of 153.69º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF69D is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 43 246 157 -
CMYK 0.83 0 0.36 0.04
HSL 153.69º 0.92% 0.57% -
HSV(B) 153.69º 0.83% 0.96% -
XYZ 40.04 68.86 43.08 -
YUV 175.16 117.75 33.74 -
System Red Green Blue C M Y K H S L
Decimal 43 246 157 0.83 0 0.36 0.04 153.69 0.92 0.57
Hex 2B F6 9D 53 0 24 4 9A 5C 39
Octal 53 366 235 123 0 44 4 232 134 71
Binary 101011 11110110 10011101 1010011 0 100100 100 10011010 1011100 111001

Color Harmonies of #2BF69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF69D

Black with #2BF69D

Text Example


Text Example

White with #2BF69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,246,157); }

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

background-color css

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

 a { background-color: rgb(43,246,157); }

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

border-color css

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

 span { border-color: rgb(43,246,157); }

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