Html Css Color HEX #2BF7A2 Medium Spring Green

📋 copy color: '#2BF7A2'

red 43 ◦ green 247 ◦ blue 162

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

Shades of Medium Spring Green #2BF7A2

Tints of Medium Spring Green #2BF7A2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.65%

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 9.51%
G = 54.65%
B = 35.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#2BF7A2 (or 0x2BF7A2) is known color: Medium Spring Green. HEX triplet: 2B, F7 and A2. RGB value is (43,247,162). Sum of RGB (Red+Green+Blue) = 43+247+162=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF7A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF7A2 is #D4085D. Grayscale: #B0B0B0. Windows color (decimal): -13895774 or 10680107. OLE color: 10680107.

HSL color Cylindrical-coordinate representation of color #2BF7A2: hue angle of 155º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF7A2 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB 43 247 162 -
CMYK 0.83 0 0.34 0.03
HSL 155º 0.93% 0.57% -
HSV(B) 155º 0.83% 0.97% -
XYZ 40.78 69.64 45.48 -
YUV 176.31 119.91 32.91 -
System Red Green Blue C M Y K H S L
Decimal 43 247 162 0.83 0 0.34 0.03 155 0.93 0.57
Hex 2B F7 A2 53 0 22 3 9B 5D 39
Octal 53 367 242 123 0 42 3 233 135 71
Binary 101011 11110111 10100010 1010011 0 100010 11 10011011 1011101 111001

Color Harmonies of #2BF7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF7A2

Black with #2BF7A2

Text Example


Text Example

White with #2BF7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,247,162); }

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

background-color css

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

 a { background-color: rgb(43,247,162); }

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

border-color css

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

 span { border-color: rgb(43,247,162); }

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