Html Css Color HEX #2BF99C Medium Spring Green

📋 copy color: '#2BF99C'

red 43 ◦ green 249 ◦ blue 156

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

Shades of Medium Spring Green #2BF99C

Tints of Medium Spring Green #2BF99C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.58%

 BLUE value IS 156 (61.33% from 255) = 34.82%

R = 9.6%
G = 55.58%
B = 34.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#2BF99C (or 0x2BF99C) is known color: Medium Spring Green. HEX triplet: 2B, F9 and 9C. RGB value is (43,249,156). Sum of RGB (Red+Green+Blue) = 43+249+156=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF99C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF99C is #D40663. Grayscale: #B0B0B0. Windows color (decimal): -13895268 or 10287403. OLE color: 10287403.

HSL color Cylindrical-coordinate representation of color #2BF99C: hue angle of 152.91º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF99C is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 249 156 -
CMYK 0.83 0 0.37 0.02
HSL 152.91º 0.94% 0.57% -
HSV(B) 152.91º 0.83% 0.98% -
XYZ 40.87 70.67 42.94 -
YUV 176.8 116.25 32.56 -
System Red Green Blue C M Y K H S L
Decimal 43 249 156 0.83 0 0.37 0.02 152.91 0.94 0.57
Hex 2B F9 9C 53 0 25 2 99 5E 39
Octal 53 371 234 123 0 45 2 231 136 71
Binary 101011 11111001 10011100 1010011 0 100101 10 10011001 1011110 111001

Color Harmonies of #2BF99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF99C

Black with #2BF99C

Text Example


Text Example

White with #2BF99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,249,156); }

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

background-color css

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

 a { background-color: rgb(43,249,156); }

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

border-color css

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

 span { border-color: rgb(43,249,156); }

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